Re: How to automatically build the latest svn tag

2015-06-04 Thread Nilesh Bhatt
Hi, I'm not sure if you still need an answer to this but I recently had to do something similar and this is what I did to make it work... In your Jenkins job, choose Prepare an environment for the run option and add to Script Content something like this: - export SVN_TAG=`svn ls --username

wget post-data purpose

2015-06-04 Thread Benjamin Todd
Hi all, I'm trying to get a post commit working correctly and I'd like to understand more about the purpose of the --post-data option in the post-commit example as showin below: REPOS=$1 REV=$2 UUID=`svnlook uuid $REPOS` /usr/bin/wget \ --header Content-Type:text/plain;charset=UTF-8 \

Matrix builds, dynamic axis, and displaying the right number of shards

2015-06-04 Thread Jeff Rizzo
Using Jenkins 1.580.1, Matrix plugin 1.3, and Dynamic Axis 1.0.3, I get the following annoying behavior: Using Dynamic Axis, one axis is a number of shards (passed in as a parameter) - and I can launch jobs, and in the job page it shows each of those shards as a configuration along that axis.

Post build actions on conditions

2015-06-04 Thread Faizan Javed
I want to run some post build actions on condition if a string or a regular expression is present in the console log. Any plugin available to do this? -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To unsubscribe from this group and stop

Running multiple build steps in a single job

2015-06-04 Thread Rohit Sharma
Hi I need ti run multiple build steps in a single job on condition basis i.e. if the first build step fails or if there is some error in first build step then the changes should be rolled back. Is this possible with any plugin in jenkins. Thanks -- You received this message because you

RE: Post build actions on conditions

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions

RE: Running multiple build steps in a single job

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions

Matrix Project Plugin configuration storage

2015-06-04 Thread Hugo M
Hello guys, Does anyone knows how the Matrix Project Plugin configuration is stored? I want to script some changes. I need a way to change the User Defined Axis - value field from a script. Thanks! -- You received this message because you are subscribed to the Google Groups Jenkins Users

Post build command line

2015-06-04 Thread Gilad Baruchian
Hi, I want to run a .bat file in post build. What is the easiest way to do it? -- 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

RE: Post build command line

2015-06-04 Thread Ginga, Dick
You must add the Any Build Step plugin which lets you run any Build step as a Post build step. * Use publishers as a Build Step (via the Conditional BuildStep Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Conditional+BuildStep+Plugin) * Use builders during the Post-build Actions

Slave stdout to master log on Windows

2015-06-04 Thread Greg Freeman
Currently I have a slave setup that I am manually launching from a windows machine from the command line via jnlp. I have also tried launching from a browser. In both cases, the issue I am running into is that the slave machines stdout is not printing to the master's console output. So, I can't

Linking to Downstream Freestyle Job from Workflow Job

2015-06-04 Thread Rick King
I'm trying to use a Workflow (ver 1.6) to string together a series of freestyle jobs. What I believe I'm seeing is that a minimal Job object is returned in the event that the freestyle job completes successfully. If the downstream freestyle job either fails or is aborted though, I get an

Poll source from tfs to jenkins slave showing no change

2015-06-04 Thread ajit nair
I am trying to perform CI through Jenkins on .NET projects using TFS as source control. I have created Master Slave connection with Jenkins. Master is my machine and Slave is different VM. When I am trying to create the build it is failing because it is not having the project files. I have

RE: Sort order

2015-06-04 Thread Matthew.Webber
The sort order of the trend report has also been reversed in 1.616 (and maybe 1.615 as well). It is now old -- new, should be new--old as previously. Presumably the same underlying cause. -Original Message- From: jenkinsci-users@googlegroups.com