Restarting with job execution stopped.

2013-12-17 Thread Mike Bayliss
Is there any way of starting the Jenkins master so that it won't try to run jobs? I want a quiet period after a backup and restart to do things like add/upgrade plugins and remove old data without users getting jobs scheduled. This is on an Ubuntu system so I need a Linux based solution. Thanks,

RE: LTS 1.532.1 ?

2013-12-17 Thread David Aldrich
Hi Does anyone know whether Jenkins 1.532.1 LTS supports the "--sessionTimeout" option introduced in 1.528? Also, sorry to nag, but will 1.532.1 LTS be advertised soon? Best regards David From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Stephen Co

Re: Jenkins - database backend or separate database for reporting (Sonar?)

2013-12-17 Thread Michael Barbine
It works really well for our ops. I'm hoping someone will take this and make it work on something else and repost though. I needed some of the built in functionality in sql though.  Sent from my Samsung Galaxy S®4 Original message From: "Indra Gunawan (ingunawa)" Date:12/17

Build agent without JAVA

2013-12-17 Thread Alexander Dikanchukov
Hi all, i want to use Jenkins node for compiling my multi-architecture projects on platforms which are not supported Java i.e. QNX. So how i can run build agent on those kinds of platforms? Sorry for my bad English. -- You received this message because you are subscribed to the Google Groups

Re: Build agent without JAVA

2013-12-17 Thread Mark Waite
Since Java is not available on those platforms, you can't run the slave agent on them. You could run a slave agent on another machine and then have your job use ssh to execute the build on the target platform. On Tue, Dec 17, 2013 at 5:40 AM, Alexander Dikanchukov < sandy.emer...@gmail.com> wrot

Re: Build agent without JAVA

2013-12-17 Thread Alexander Dikanchukov
Could you please explain where i can setup this in my job? Just a simple example would be very nice. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-

Re: Build agent without JAVA

2013-12-17 Thread Alexander Dikanchukov
Could you please explain where i can setup this in my job? Just a simple example would be very nice. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-

Re: Build agent without JAVA

2013-12-17 Thread Alexander Dikanchukov
Could you please explain where i can setup this in my job? Just a simple example would be very nice. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-

Re: Build agent without JAVA

2013-12-17 Thread Alexander Dikanchukov
Could you please explain where i can setup this in my job? Just a simple example would be very nice. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-

Re: Build agent without JAVA

2013-12-17 Thread Mark Waite
I would create a Jenkins job and add a build step which invokes "ssh your_qnx_host your_checkout_and_build_command". The script which is your_checkout_and_build_command will run on the QNX computer and can perform the checkout and build steps which you need. You could even consider copying the sc

Re: Build agent without JAVA

2013-12-17 Thread Alexander Dikanchukov
Thank you alot. вторник, 17 декабря 2013 г., 18:14:10 UTC+4 пользователь Mark Waite написал: > > I would create a Jenkins job and add a build step which invokes "ssh > your_qnx_host your_checkout_and_build_command". The script which is > your_checkout_and_build_command will run on the QNX compu

Re: Java Version 7, Update 45 warning every time I try starting the slave

2013-12-17 Thread Mark
I am experiencing the same problems. Executed: *java -jar **slave.jar** -jnlpUrlhttp://HOSTNAME:8080/computer/HOSTNAME/slave-agent.jnlp -secret * And still get the error message "Running this application may be a security risk" Op dinsdag 17 dec

Re: LTS 1.532.1 ?

2013-12-17 Thread Indra Gunawan (ingunawa)
LTS 1.532.1 is already available and listed when you browse to "Long-Term Support Release". http://jenkins-ci.org/changelog-stable Since it is based on 1.532 whatever introduced previously in 1.528 was automatically included. So I say "--sessionTimeout" is a JENKINS JAVA OPTS you can use. Fro

Job dependencies

2013-12-17 Thread Neil Youngman
I'm wondering how best to manage dependencies in Jenkins and what documentation is available. At the moment I can't even answer simple questions like whether dependencies are triggered when all precursor jobs have been run or whether any precursor completing triggers a build. It would also be n

Re: LTS 1.532.1 ?

2013-12-17 Thread Slide
When you go to http://jenkins-ci.org/ and click on "Long-Term Support Release" it still shows 1.509.4, I think this is what he is referring to. slide On Tue, Dec 17, 2013 at 8:14 AM, Indra Gunawan (ingunawa) < ingun...@cisco.com> wrote: > LTS 1.532.1 is already available and listed when you br

RE: LTS 1.532.1 ?

2013-12-17 Thread David Aldrich
Hi Ø Since it is based on 1.532 whatever introduced previously in 1.528 was automatically included. Ok, thanks. Sorry if that was a stupid question, but the 1.532 release notes don't mention the '--sessionTimeout' option. Ø When you go to http://jenkins-ci.org/ and click on "Long-Term Supp

Git Publisher Error

2013-12-17 Thread Slide
I recently upgraded my Git plugin and have started getting the following error: Pushing tag DB2013-12-17_05-35-37 to repo origin ERROR: Failed to push tag DB2013-12-17_05-35-37 to originhudson.plugins.git.GitException :

Re: Missing git plugin

2013-12-17 Thread Michael Power
User error, a single click resolved all my problems. I had "match case" turned on in my browser search and I was searching for "git". Hours of frustration solved by a simple click. On Monday, December 16, 2013 6:53:34 AM UTC-8, Mark Waite wrote: > > The git plugin is not installed by default

Re: Jenkins and Git Hub Service Hook Failure

2013-12-17 Thread jpd4nt
Hi Vitorrio. What Version of Jenkins are you using? What Version of Github module you using? I have created a new logger with: com.cloudbees.jenkins.GitHubWebHook - log level All com.cloudbees.jenkins.GitHubPushTrigger - log level All Allowed me to see what's going on for Github hooks -- You

Re: LTS 1.532.1 ?

2013-12-17 Thread Stephen Connolly
On 17 December 2013 15:44, David Aldrich wrote: > Hi > > > > Ø Since it is based on 1.532 whatever introduced previously in 1.528 was > automatically included. > > > > Ok, thanks. Sorry if that was a stupid question, but the 1.532 release > notes don’t mention the ‘--sessionTimeout’ option. > >

How to use --sessionTimeout?

2013-12-17 Thread David Aldrich
Hi Having upgraded to 1.532.1 LTS, how do I use the --sessionTimeout parameter? Is it something like: sudo /etc/init.d/jenkins start -sessionTimeout=1800 where the timeout value is in seconds? Best regards David -- You received this message because you are subscribed to the Google Groups "

Re: How to use --sessionTimeout?

2013-12-17 Thread Indra Gunawan (ingunawa)
I think it is in minutes. Before you edit the web.xml in the exploded war's winstone ${user.home}/.jenkins/war/WEB-INF/web.xml add this entry 20 I think you simply add "–DsessionTimeout=" in your jenkins's start-up script like the rest. From: David Aldrich mailto:david.aldr...@emea.nec.c

Re: Git polling - java errors

2013-12-17 Thread Daniel Beck
In the slaves' configuration, check 'Tool Locations' and define the paths to Maven on the slaves for the Maven versions you've configured in the jobs. On 17.12.2013, at 21:47, Curtis Kline wrote: > We're using Git plugin 1.5.0 on Jenkins 1.509.4. We have several Maven jobs, > and on a new one

Re: LTS 1.532.1 ?

2013-12-17 Thread Daniel Beck
On 17.12.2013, at 16:44, David Aldrich wrote: > Ok, thanks. Sorry if that was a stupid question, but the 1.532 release notes > don’t mention the ‘--sessionTimeout’ option. The changelog for LTS version X.1 only contains changes since version X. To learn about the real changes since the previou

Opening Firewall ports for Jenkins Slaves

2013-12-17 Thread rocketdoctor
I have a Jenkins master on my internal network and want to control a slave on a Windows server in a separate Network. Ive read the previous posts about firewall hole requiements and I am still unclear of the requirements. based on a previous post I have set the JNLP port to a fixed IP. Is that

Git polling - java errors

2013-12-17 Thread Curtis Kline
We're using Git plugin 1.5.0 on Jenkins 1.509.4. We have several Maven jobs, and on a new one we set up in the past few days we are seeing some strange errors in the Git polling log. Much of the time the Git polling works fine, but several times per day we get this error (see below). Afterwards, it

Re: Jenkins and Git Hub Service Hook Failure

2013-12-17 Thread Vitorrio Brooks
Hi JP, We're using Jenkins version 1.541, with the GitHub plugin version 1.8, also Jenkins Git Plugin version 2.0 is installed. I'll definitely look into the logger, as we need some more insight into the issue. At the moment, I'm trying to test with the "Let Jenkins auto-manage hook URLs". When

Job trigger for changes only on certain git repo folders

2013-12-17 Thread Yves Schumann
Hi I need to setup a lot of jenkins jobs, which should be triggered if something changed on certain folders on a git repository. Let's say there ist the following structure: repo - projectA - ... - projectB - ... - ... So for this example there will be two jenkins jobs, one for proje

Re: Git polling - java errors

2013-12-17 Thread Curtis Kline
Thanks Daniel. I was hopeful that would help, although I do have other Maven projects on the same slave that are not having any problems with Git polling. I entered the correct tool location for Maven's installation on the slave, but I am still getting exactly the same errors on occasional Git poll

how to install Jenkins Slave on Windows

2013-12-17 Thread rocketdoctor
Im not clear on how to install the Jenkins slave on my windows system. I don't see a special build for the Jenkins slave, is it a special download or do i need to just install the normal Jenkins build -- View this message in context: http://jenkins-ci.361315.n4.nabble.com/how-to-install-Jenki

Re: how to install Jenkins Slave on Windows

2013-12-17 Thread Curtis Kline
Scott, have you tried the instructions on this page? https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines Curtis On Tue, Dec 17, 2013 at 4:05 PM, rocketdoctor wrote: > Im not clear on how to install the Jenkins slave on my windows system. I > don