Re: customtools not working

2015-08-21 Thread moodysma sma
I tried removing the exported paths, but there is no download or extraction of the zip: This is my batch build cmd: rem echo %PATH% echo %PsTools_HOME% %PsTools_HOME%\PsExec.exe Output: Started by user anonymous [CustomTools] - PsTools: Starting installation [CustomTools] - PsTools: Tool is in

customtools not working

2015-08-21 Thread moodysma sma
I'm trying to understand how this plugin works. I've create a global tool called "Pstools", exported Path is "Pstools". Install automatically is set to "http://download.sysinternals.com/files/PSTools.zip"; and the label is "PsTools", when I create a job I get the following error message, I don

Re: Remote Build Using Curl

2015-08-21 Thread Richard Bywater
Or given that assuming you really want to use curl, presumably you could reference the code base of those projects to try and see how to do it :) Richard. On Sat, 22 Aug 2015 6:33 am Khai Do wrote: > If you don't mind using Python, both the python-jenkins and jenkinsapi > packages can do this f

How to keep strict odering of pipeline jobs / per node?

2015-08-21 Thread Steve K
Hello, I am chaining jobs together to implement automated tests. Two of the jobs require rebooting the slave. To illustrate what I'm talking about, I have these jobs: J1 does some setup and reboots J2 runs some tests J3 does some cleanup and reboots J2 has a configured quiet period to allow th

Re: Moving a job to a Folder

2015-08-21 Thread Khai Do
We are working to add cloudbees folder support to the python-jenkins package (https://python-jenkins.readthedocs.org/en/latest/) that will allow you to automate management (create/update/move/etc..) of folders. The change is under review right now (https://review.openstack.org/#/c/180185/) a

Re: Remote Build Using Curl

2015-08-21 Thread Khai Do
If you don't mind using Python, both the python-jenkins and jenkinsapi packages can do this for you pretty easily. Both are wrappers around the Jenkins REST api so basically exactly what you are trying to do with curl. On Thursday, August 20, 2015 at 9:28:57 AM UTC-7, Greg Nifor wrote: > > Cau

Jenkins UI hanging, 5GB of de.esailors.jenkins.teststability.StabilityTestData$Result in memory

2015-08-21 Thread Matt Stave
We updated to 1.6.24 last Saturday, since then, we're running into problems where the Web interface gets suddenly slow, then eventually stops responding, though jobs are still processing. I installed the javamelody plugin after the 2nd time, it show a sudden spike in memory from ~ 2GB to near t

[Cucumber ]Cucumber Test

2015-08-21 Thread Kirshan Luhana
Hi I am new to Jenkins, want to run Cucumber Test for my Android project. I already installed Cucumber Plugin Cucumber json test reporting. Cucumber Reports Plugin

Re: Jenkins, Web application server and Nexus

2015-08-21 Thread James Green
The only point I'd make is you don't really want Jenkins to "know" about your servers individually to deploy to them. Perhaps for staging purposes, but given the elasticity in the world of production machines you probably want to "pull" using a script on your production instances from your repo man

How to do CI using jenkins with SVN to Azure PaaS?

2015-08-21 Thread Nirav
We are trying to have a free tool to setup continuous integration of our web sites. Our source control is SVN and we are using Azure PaaS, and that's where we want to deploy our site. We do not have Azure VMs as of now. Please let me know how can we setup CI with SVN using Jenkins and deploy on

Re: Triggers not working after adding Reverse Build triggers with Groovy

2015-08-21 Thread Sverre Moe
I checked inside the config.xml before and after I manually saved the downstream project. The only difference after saved, the reverse build trigger was placed before the scmtrigger. project1 SUCCESS 0 BLUE true H/15 * * * * false fredag 21.

Triggers not working after adding Reverse Build triggers with Groovy

2015-08-21 Thread Sverre Moe
I have added some reverse build triggers with a Groovy script. Unfortunately the triggers does not work properly. It all looks like its ok, but after an upstream project has been built I get the following NullPointerException: Warning: you have no plugins providing access control for builds, so