Jenkins is an extensible continuous integration server written in Java. It is capable of running on Linux, OS X and Windows. The project was renamed from "Hudson" in December 2010 after a dispute with Oracle who claim to own the trademark for the name "Hudson".
0
votes
1answer
9 views
Jenkins: Don't build if only README changed
We have our project in git and by the way our process works for stable branches there are often commits to those that don't affect the code at all. This could be a change to the README or INSTALL file ...
0
votes
0answers
7 views
MSDeploy WMSVC Not working
I have a build/test server which is currently running Jenkins for my continuous integration and it also is acting as my test server where code will be deployed to once built (i hope to rectify this ...
0
votes
0answers
7 views
Hudson multi-project configuration
Goal:
"Build war file and copy(deploy) in remote machines."
What i have to do is I have one SVN and two locations one 'Trunk' and 'Branch'.
And i have 3 remote machines.
My ideas:
...
0
votes
0answers
10 views
jelly script - check string contains
I am using jelly script in on of the jenkins plugin. I am newbie for jelly script. Need little help regarding script syntax.
In jelly script template I need to check whether a string var contains a ...
0
votes
2answers
20 views
Email-ext Jenkins: How to send email with Tests statistics like Run: 10, Failed:2, Passed: 8
I use Maven+TestNG auto-tests run by Jenkins. I know that the is a token for failed tests like ${FAILED_TESTS} but it also includes long stack-trace which is difficult to read.
So I want Jenkins to ...
-2
votes
1answer
25 views
is there a maximum number of users in Jenkins [closed]
I cant add more users. Even in the log file, there is no hint why more users cannot be added.
Is there any settings somewhere in the configuration file, whihc restricts the number of users.
I have ...
0
votes
2answers
25 views
How to manage maven settings.xml on a shared jenkins server?
I have a Jenkins cluster that is shared by several teams, that I can configure build jobs on, However i can't easily make changes to the Jenkins configuration itself.
There is a central "nexus pro" ...
0
votes
1answer
16 views
How to send an email from Jenkins only in a release?
I was trying to resolve this issue, and searching forums etc. and trying for myself, without success.
We have a jenkins job and there we use the Release Plugin so we have the "Perform Maven Release" ...
0
votes
0answers
23 views
Hudson job running as wrong user
I have a Hudson build job which runs a script called 'testUser.sh' which contains only one command: 'whoami'. The first line of the console output says 'Started by user ctisbuild', but the output of ...
0
votes
2answers
21 views
Using Jenkins and Php Code Sniffer
I'm trying to use the Php Code Sniffer plugin in Jenkins.
It generates a checkstyle.xml file but there are no errors inside, and I know that I should have.
Here's the containt of my checkstyle.xml :
...
1
vote
0answers
18 views
Jenkins Authentication using IBM Tivoli Access Manager
I am considering integrating IBM's Tivoli Access Manager with Jenkins for user authentication. TAM uses something called a WebSeal to allow users to login and then forwards the creds for that user in ...
2
votes
1answer
41 views
Run JUnit tests automatically in Jenkins without maven or ant
I am currently setting up a continuous integration tool with Jenkins. I would like to run JUnit tests everytime a build is made. My problem is that none of the projects that will be tested use maven ...
0
votes
1answer
27 views
start daemon on remote server via Jenkins SSH shell script exits mysteriously
I have a build job on jenkins that is building my project and after it is done, it opens an ssh shell script on a remote server and transfers files and then stop and starts a daemon.
When I stop and ...
0
votes
0answers
18 views
Update JIRA issues with info about commits that have been merged
I work with a product where we release a new major version of our product each 6 months but we always maintain the two previous releases and we release service packs of those every three weeks.
We ...
0
votes
0answers
23 views
Jenkins : Invalid gitTool selection Git
i've setup my own jenkins buildserver today on my windows PC to build commits to my bitbucket.org-repository automatically.
Sadly i'm deep in trouble with the conenction between jenkins and git.
...
1
vote
1answer
14 views
Jenkins - Advanced Project Display Name
In the last war update (1.514) the list of project names (under the "All" tab) has changed to list the "Project Name" instead of the Display Name listed in the Advanced Project Options. The Advanced ...
0
votes
1answer
23 views
Jenkins and TestNG results encoding
I am use Jenkins to build my Maven project and post testng results using plugin. Have a problem with cyrillic symbols in report. It's look like: ��������. But
cyrillic output in Jenkins console is OK.
...
0
votes
1answer
17 views
Installing sonar plugin on jenkins
I want to install sonar plugin on jenkins, for this i have installed sonar(version-3.2) and jenkins(version 1.464) on my machine and both of these tools are running.
for installing sonar-jenkins ...
0
votes
0answers
28 views
Improving jenkins reliability in randomly failled tests
I have a set of +800 selenium tests and because of problems in our application (mostly asynchronicity bugs which we are aware but cannot fix now) they, sometimes, randomly, fail.
We use jenkins for ...
0
votes
1answer
18 views
Cloudbees jenkins does not trigger jobs on promotion
I am trying to follow one of Koshuke's apporaches to organize my builds by using job-promotion on cludbees dev@cloud. In his presentation everything worked as a charm (beside running his examples from ...
1
vote
0answers
27 views
How to make Jenkins trigger a build when RSS is updated?
I have a SCM that only allows HTTP push/pull/poll requests. Without modifying my SCM, I would like Jenkins to trigger a build (as soon as possible) when new code is checked in.
Developers usually get ...
0
votes
2answers
16 views
Maven - 2.2.1 -------Access denied error
While building the java module using the maven 2.2.1 by executing the command mvn clean install:
the below error occurs. It is frequently occurs, and if we try for the next time, it is getting ...
3
votes
0answers
63 views
zend framework 2 + phpunit + multiple modules + continuous integration
Thanks in advance for any comments. I have just started to switch from Zend Framework 1 to ZF2 and after running through the quick start and several other tutorials I noticed that there is a short ...
0
votes
1answer
19 views
pip fails with HTTP error 503 while getting https://pypi.python
I'm trying to set up a build machine using Jenkins on an Amazon EC2 instance. It's building python, and using the shiningpanda plugin to set up a virtualenv for the build.
Every time I run the build ...
3
votes
1answer
28 views
Find who started the build in Jenkins and take some action
I need to execute a set of steps based on who starts the build. For e.g, if user A starts the build in Jenkins then I need to call pgmA in Jenkins and if user B starts the build I need to call pgmB.
...
1
vote
1answer
29 views
Jenkins cli public key authentication: Where to put my public key in Jenkins?
I am trying to setup Jenkins using jenkins-cli. From the Jenkins Wiki, I know I am supposed to add my public key in Jenkins:
Login from the web UI and go to http://yourserver.com/me/configure, ...
0
votes
1answer
17 views
Jenkins/Sonar - new error after server restart
Quick question about sonar/jenkins integration.
First, a little background - we're working on implementing the build pipeline plugin, and last night we had an issue where one of our pipeline jobs ...
2
votes
2answers
83 views
Android emulator plugin doesn't find the android SDK
I'm trying to configure android emulator plugin for Jenkins and I'm having a hard time trying to figure out why the plugin can't find the Android SDK.
First, after cloning the project Jenkins always ...
-2
votes
2answers
20 views
jenkins - error while deploying tomcat war - curl: (56) Recv failure
I setup jenkins on one ec2 machine & deploying war file on second ec2 machine. from jenkins when I am sending following command.
...
0
votes
1answer
31 views
Is it possible to configure a Jenkins Build Job to pick maven artifacts from local maven repository
Is it possible in someway to configure my build job such that rather than picking maven artifacts from the central repo , it picks them from the local maven repo. residing on my system?
NOTE - I want ...
-1
votes
1answer
31 views
Trigger scheduled build if there is any change in subversion
Now in my current setup builds are triggered daily at 6 AM. I want to change it little bit as follows: Build should be triggered daily at 6 AM, if there exists any commit in subversion.
Please explain ...
0
votes
3answers
22 views
Not able to force exit on Jenkins Build
I've been having a lot of trouble with this so here goes.
I have a Jenkins build that executes the following shell script:
#!/bin/sh -x
if [ 'grep -c "It misses" log' -gt 0 ];
then exit 1;
fi
I ...
2
votes
1answer
22 views
Is it possible to customize Jenkins job status?
I am running a test suite (Java, Maven profiles) using a Jenkins job. I would like to update build status mid-execution to see if everything goes well so far.
The problem is, I want more build ...
1
vote
0answers
23 views
Jenkins subversion “check out fresh copy” vs “wipe out workspace”
I'm having an error on a build jenkins build job that can be resolved by doing a workspace wipe out before build.
As SCM we're using subversion with check-out strategy: always check out a fresh copy.
...
0
votes
0answers
16 views
Jenkins Ant Skript Variables
I am using Jenkins to start an ant script.
Some variables i define using the EnvInject Plugin.
I set them in the Properties Content field of the EnvInject Plugin and pass them afterwards to the ant ...
0
votes
1answer
23 views
Setup remote tracking in Jenkins / Git
With Jenkins, I'm checking out a project that later it builds using SBT. But when it tries to execute the sbt-release plugin, it complains:
No tracking branch is set up. Either configure a remote ...
1
vote
0answers
14 views
Viewing Selenium Scripts in Jenkins Server
I am using Jenking to run my selenium scripts on a remote server. My question is "Is there any way to visually see my scripts running on the server? I mean on an actual browser when scripts are ...
0
votes
0answers
16 views
Jenkin Build Flow pass parameter in GUI interface
We have a Jenkin and we are using Build Flow DSL to pass script to run parallel build like following:
parallel (
{
guard {
build("job1A")
} rescue {
...
0
votes
0answers
17 views
UI automation seems to run in background without launching browser
I'm trying to setup Jenkins to execute our UI automation(Ranorex) tests. When the job runs, the IE browser does NOT launch, thus the tests don't run.
Is there some setting that I'm missing here?
...
0
votes
0answers
9 views
How to manage JBoss AS in a Jenkins master/slave configuration
I am executing a job from my master Jenkins that runs a build on another VM slave Jenkins. The build builds/deploys/starts JBoss server/tests/shutdowns JBoss server. However, I cannot see where I ...
0
votes
1answer
23 views
Jenkins Master/Slave configuration
I've been reading about Jenkins master/slave configurations but I still have some questions:
1) Is it so that the slave Jenkins is not actually installed and started up the way master Jenkins is? I ...
1
vote
1answer
31 views
How to use jenkins to build client-server projects
The application I am looking to build is a distributed system with a server (and several other components) running on a linux machine and a client on the windows machine. At every commit I need to ...
0
votes
0answers
16 views
Allowing jenkins to access contents of currently logged in user folder
I am using Jenkins to build my project in a Linux machine. During build operation files are read from a source location and files are to be copied to a new destination location.The source and ...
0
votes
3answers
24 views
What environment variables are passed go Jenkins when using the Gerrit Trigger Plugin?
I'm using the Gerrit Trigger Plugin to kick off Jenkins builds, but haven't found a good place where all of the environment variables are documented. Does such documentation exist?
1
vote
1answer
40 views
Jenkins get list of builds and parameters
I would like to make an API call to Jenkins to fetch a list of builds along with their parameters and status. We currently pass a git commit sha1 as a parameter to build a specific branch. Any ideas ...
0
votes
0answers
37 views
Robotium and Jenkins UI testing errors
I first ran into this problem when trying to run Robotium UI tests on a MacOS Mini with no monitor. I added Robotium code to test UI clicks on screen, since we want to add some UI automation to our ...
0
votes
0answers
31 views
Jenkins can't clone git repo but can ssh
I'm attempting to automate a build using a Jenkins CI installation on Windows 7.
I've set up Jenkins to use the 'execute Windows batch command' and in here first
call ssh -vT git@ourserver
and ...
2
votes
1answer
42 views
jenkins commit after successful build
I am new to jenkins and maybe do not understand the CI-topic yet completly. Considering my research i found that if i do CI, i will always have stable build. Now this somehow confuses me, since i did ...
1
vote
1answer
20 views
Is there a way to “delay” a job via the REST API
The instant messaging plugin is capable of taking an IM message like, "build XYZ in 10s" and setting the job to run in 10 seconds. It does this via a java API to schedule the job[0].
I'd like to know ...
0
votes
1answer
32 views
Maven concurrent builds on CI server
I have an interesting case, in my opinion. We are using maven, and being that we have to support multiple versions of our product we sometimes have a 1.x and 2.x build structure going on. When both ...





