Tagged Questions
0
votes
0answers
12 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.
...
0
votes
0answers
28 views
Jenkins authentication not working
I just freshly installed Jenkins on my Windows 7 computer, setting the JENKINS_HOME variable to my G: drive. Now I'm trying to create users and set up security. I've registered an account for myself, ...
1
vote
2answers
68 views
How to Build Cpp code on jenkins?
I am executing a batch file in Jenkins for building a cpp code and i have a command in between to build the executable like "g++ sourcefile.cpp -o executablefile" and it gives error 'g++' is not ...
0
votes
0answers
25 views
Jenkins Build Failure : No files in Slave node
We have configured a test job in a Slave Node. When we build the job, the console output shows the files are checked out from mercurial and build is success. But there are no files, when we remote ...
1
vote
1answer
83 views
How to start jenkins on different port rather than 8080 using command prompt in Windows?
I have jenkins.war and I started it from command prompt in Windows as:
java -jar jenkins.war
It was started well and easily browsed as http://localhost:8080
I want to start on 9090 port. How can I ...
0
votes
1answer
166 views
Jenkins configuration of git plugin
I get this error when configuring git repo in a new jenkins project:
Failed to connect to repository : Error performing command: ls-remote -h file:///c:\Dev\git\rx HEAD
I have a local git repo on ...
0
votes
1answer
92 views
Jenkins: executing windows cmd which call other cmd?
In my Jenkins job I would like to execute a windows cmd which is synced from source depot during build, and this cmd will call other cmds synced from source depot too. The cmd runs with error due to ...
1
vote
2answers
231 views
How to compile and run a simple java file in jenkins on Windows
I am new in Jenkins. I have installed and created a job in Jenkins on Windows. I want to compile and execute a simple java file (say Hello.java). How can I do that?
My Hello.java contains the ...
1
vote
1answer
171 views
How to view selenium tests running on a jenkins slave running on a windows 7 server?
We have a build environment set up with Jenkins running on a linux server. In order to run some integration tests on a windows specific project, we have a Windows 7 server vm set up as a hudson slave. ...
0
votes
1answer
84 views
Jenkins “Batch-Build” fails every time
here is my configuration.
-> sorry, is german... ( the batch thing is important )
http://www.abload.de/image.php?img=configurationknjkj.jpg
And here is the result (console).
...
1
vote
1answer
681 views
Start/Stop and Restart Jenkins service on Windows
I have downloaded "jenkins-1.501.zip" from http://jenkins-ci.org/content/thank-you-downloading-windows-installer .
I have extracted zip file and installed Jenkins on Windows 7 successfully. Jenkins ...
1
vote
3answers
220 views
Msbuild works via VS and command-line, but fails via Jenkins
I am trying to build a VS .sln that has multiple C++ .vcproj's in it. The solution file is generated using CMake and I've got this part working in Jenkins (with the CMake builder plugin). To build the ...
0
votes
1answer
172 views
Cannot launch jenkins windows slave after upgrade
I have just updated jenkins to 1.5. My windows slaves were disconnected during the upgrade and now I cannot connect them again. I start the windows slaves with:
javaws.exe slave-agent.jnlp
I get ...
5
votes
2answers
125 views
Keep jenkins slave offline when user logs into Windows
Is there any way to configure Jenkins to mark Windows slave offline when a user starts using slave?
EDIT: By starts using I mean user logs on.
0
votes
2answers
154 views
Creating Jenkins Slave On Windows 2008 R2 Box
I have a master Jenkins server. I would like to create a slave Windows 2008 R2 slave Jenkins?
Do I need to install Jenkins on the slave box? Or is saving slave-jnlp file to disk and opening it ...
0
votes
1answer
300 views
How to run a command over SSH automatically on Windows
I have two Windows boxes. One is Jenkins build server. Second one is deployment box.
I have installed SSH and created a user on the deployment Windows box. I can ssh to it from my Ubuntu workstation ...
0
votes
0answers
88 views
How to start workstation remotely by using vbscript
I have a scenario to run scripts from JENKINS TO QTP.
So QTP has installed one workstation DEV089
And we are running scripts from JENKINS the workstation name is DEV023
In my scenario if QTP related ...
2
votes
1answer
415 views
Configure Jenkins to use GIT On Windows, Got stderr: Permission denied (publickey)
My Git version is 1.8.0, for this version, the Git installation path in Jenkins is C:\Git\cmd\git.exe (in older versions, it is C:\Git\cmd\git.cmd). This solves the problem that I had: error deleting ...
6
votes
1answer
273 views
Automating SSH to windows with Ruby
I have a 13 windows servers running Jenkins Slaves. For some reason (windows updates?), the Jenkins slaves periodically quit working and the Jenkins Slave service needs to be restarted. If I ...
0
votes
1answer
329 views
How to run a jenkins pre-build step that depends upon the jenkins slave OS?
In my company, jenkins is configured with one Windows slave and (to come soon) one Mac slave. we want to have a Glassfish domain started as pre-build step, and domain stopped as post-build.
From what ...
1
vote
1answer
164 views
Pushing data to jenkins's slave machine before build starts
I have following configuration:
Jenkins Master - runs on windows+tomacat, Jenkins Slave - runs on gentoo
Slave is reachable by ssh and master can start it without problems. However initiating any ...
0
votes
0answers
13 views
Jenkins (windows) not accessible over web after moving JENKINS_HOME [duplicate]
Possible Duplicate:
How to change Jenkins default folder on Windows?
I moved Jenkins from C:\Program Files(x86)\Jenkins to a new drive D:\Jenkins, as the C drive was running out of space.
...
1
vote
1answer
422 views
Jenkins slave (agent) on Windows sometimes fails with timeout on socketAccept when started
I set up Jenkins slave agent to run as service on Windows server but it works sporadically.
Starting javaw.exe -Xrs -jar "d:\build_tools\jenkins\slave.jar" -tcp d:\build_tools\jenkins\port.txt
...
1
vote
1answer
950 views
Jenkins Windows Master to connect to Slave Mac OSX
I have Jenkins set up on both my Windows7 PC and a Mac mini in order to build the various platforms (Blackberry, Android and iOS projects)
Problem I've encounered is the Win7 Master jenkins can't ...
5
votes
3answers
2k views
How to change Jenkins default folder on Windows?
How to change Jenkins default folder on Windows where Jenkins runs as Windows service.
I want to change C:\Users\Coola\.jenkins folder to d:\Jenkins due to lack of space on C: partition (Every build ...
1
vote
0answers
126 views
Jenkins windows slave git credentials for nt authority\system storage location
I am using a windows slave to clone a git repo and run jenkins build jobs. I'd like to clone without supplying credentials each time so I plan to use a _netrc file with the standard settings. When I ...
0
votes
1answer
54 views
Does apache jenkins on Linux require an http server also?
Getting started with Apache Jenkins.
Looking at the windows version of Apache Jenkins, as it installs, it seems to run on a particular web page over port 8080. Does it include an http server as part ...
0
votes
2answers
2k views
Send email notification from Jenkins
I want to send email notification when any job gets done.
Please let me know how can we propagate.
1
vote
1answer
379 views
Handshaking not happening between master and slave in jenkins
How to solve this error? Error occurred since I make master ip to public and assign DNS.
Jul 27, 2012 12:44:17 PM hudson.remoting.jnlp.Main$CuiListener <init>
INFO: Hudson agent is running in ...
0
votes
3answers
751 views
jenkins: windows xp, windows 7 slave cannot execute commands
I have a Arch Linux master that drive 2 arch linux slaves, 1 windows xp slave and 1 windows 7 slave. Linux part is all ok, I managed in some way to start windows slave using automatic execution and ...
1
vote
2answers
349 views
Jenkins git plugin on windows 2003 server
I cant seem to get the git plugin working on Jenkins. Have searched and tried every possible suggested solution.
I have setup Git, Putty plink, environment variables, ssh keys correctly.
Git from ...
0
votes
2answers
207 views
Why doesn't my web start application finds existing files?
We use a Jenkins-Slave to execute Selenium Gui test. The slave is started using WebStart and runs on a Windows 7 machine. The test contains the downloading of PDF files that should be checked for ...
0
votes
0answers
234 views
Jenkins hangs when producing Selenium htmlreport on slave
I'm running Jenkins on Windows servers. When running a job on a slave, It always hangs at the end of the job, just after "Publishing Selenium report... Copying the reports."
I have to hit cancel on ...
1
vote
2answers
175 views
Jenkins takes too long to execute
I'm currently building Python regression tests using Jenkins. For some reason, each individual test in the test suite is taking approx. 15 minutes to run (and there are about 70/80 tests total) in ...
2
votes
1answer
367 views
Error running Compile on large Grails Project in Jenkins: GC Overhead Limit
I'm beginning to get to my wit's end on this one.
I have Jenkins running inside a tomcat container on a Windows Server 2008 RC 2 box. We have a large Grails project here at work with a few dependent ...
0
votes
0answers
289 views
Unable to manage system configuration for jenkins on Windows server
I've decided to review and implement CI Jenkins into the existing system and faced with next issue.
Preconditions:
installed Jenkins 1.465 (with a lot of plugins)
Windows2k8 server.
default ...
8
votes
3answers
1k views
git operations occasionally hang in Jenkins on Windows
We are running continuous Jenkins builds of a git project hosted at Assembla.
Jenkins is running on Tomcat6 under its own user, and generally works fine.
However every once in a while (say once in ...
1
vote
2answers
2k views
Jenkins + Windows + CMake + multiple build types (Debug, Release)
How can I make Jenkins do the following?
Checkout trunk/ from SVN, then build configurations Debug and Release using CMake, without having duplicate jobs for the configurations.
1
vote
1answer
2k views
How can I retrieve environment variables(Jenkins) in java
I'm setting some environment variables by some windows batch commands in the pre-build steps for a Jenkins build. I need to use these variables for a few java selenium test cases which will run during ...
0
votes
2answers
175 views
Jenkins build fails when user logs off node
Sometimes, builds done by Jenkins (1.461) will stop at a random spot somewhere in the middle. These builds are manually scripted calls to Visual Studio 2008 SP1's devenv.com for primarily C++ code. ...
0
votes
1answer
624 views
Jenkins can't access mounted driver
My Jenkins server is running in Tomcat on Windows 2008 server.
I have set up a NFS server on CentOS, Win2008 server can access the NFS shared folder via mount command. I tested it when running as ...
1
vote
1answer
4k views
Running bat files in Jenkins
I have a simple question. I want to run a bat file that should run post build. The bat file takes in to parameters previousVersion and currentVersion (These parameters are entered as Validating ...
1
vote
1answer
644 views
Windows, Git and Jenkins
I'm just starting to look at Jenkins CI on my Windows 7 machine.
I thought for a first test I would create a git repo on my localhost which is aliased to
http://tests.local/jenkins/local
I setup a ...
1
vote
2answers
2k views
Can not connect slave to master
I set up Jenkins on a Windows 7 64 bit PC, and installed a Jenkins slave service on another Win7 64 PC.
The master PC gives this error:
Connection was broken
java.net.SocketException: Connection ...
2
votes
2answers
2k views
Jenkins : Selenium GUI tests are not visible on Windows
When I run my selenium test (mvn test) from jenkins (windows) I see only the console output. I don't see the real browsers getting opened . How can I configure jenkins so that I can see the browsers ...
0
votes
1answer
294 views
Jenkins as windows service throw outofmemory
I've installed jenkins as windows service and create job that would invoke ant scripts.
Ant scripts consist of mxmlc compiler that would compile flex applications. While compiling it failed and throws ...
1
vote
1answer
298 views
Unable to delete pom.xml in Jenkins under Tomcat/Windows
I've been struggling with an annoying "Jenkins/Tomcat/Windows" problem for a while now without reaching any solution.
I've installed Tomcat version 7.0.25 in a Windows 7 Enterprise machine and ...
1
vote
1answer
235 views
Issues of Jenkins build scheduling on Windows: delays in the execution of scheduled builds
My company installed Jenkins as a Windows Service on a VM with Windows 7 Professional. We scheduled 3 tasks for the night: one at 6.00, one at 6.10, one at 6.20. By looking at Jenkins logs, we saw ...
1
vote
1answer
525 views
How to archive artifacts of parametrized build in Jenkins-ci
I have a Jenkins build project, that builds a Windows driver module for 3-axis configuration (xp, w2k8, w2k3, w7, vista) vs (x86, x64) vs (free, checked).
How can I archive the artifacts including ...
2
votes
2answers
3k views
auto start stop remote tomcat before redeploying war by jenkins (deploy plugin)
at the moment jenkins build my project and at the end the artifact is deployed on a remote tomcat via jenkins deploy plugin.
the problem is that after several redeployments this process fails ...
