Re: Scheduled maintenance window April 15th - April 17th

2016-04-17 Thread R. Tyler Croy
(replies inline) On Fri, 15 Apr 2016, R. Tyler Croy wrote: > Howdy folks, starting today I am migrating services from various hosts this > weekend. The services that are primarily going to be affected are: > > * ci.jenkins-ci.org > * mirrors.jenkins-ci.org > * LDAP With a *lot* of effort

How to distinguish which build trigger to kick off the build

2016-04-17 Thread zhangkm
Hello, As we know, we can select build triggers in jenkins, such as Poll SCM, Build periodically, Build after other projects are built, etc. In my build job, I use SVN as CVS and I select Build periodically and Poll SCM as build trigger.

Re: Robocopy induced error in the pipeline

2016-04-17 Thread niristotle okram
Thanks, yes the exit code is the cause for this. Had to change my batch lines like this bat "robocopy %cd%${some_path1}${some_path2} ${path_to_node}\\a_folder1 file1 file2 ^& IF %ERRORLEVEL% LEQ 1 exit 0" bat "robocopy %cd%${some_path1}${some_path3} ${path_to_node}\\a_folder2 file1 file2 ^& IF

Re: Trigger arbitrary build/post-build steps from pipeline

2016-04-17 Thread Andrew Melo
Hi again, I poked at it some more and it appears I'll have to explicitly change the plugins I want to use in a pipeline. The following: step([$class: 'TapPublisher', testResults: 'tap.log']) yields the following error: no known implementation of interface jenkins.tasks.SimpleBuildStep is

Re: Robocopy induced error in the pipeline

2016-04-17 Thread Daniel Beck
> On 17.04.2016, at 21:13, niristotle okram wrote: > > When the job comes to portion where the above code exist, it appears that the > first line of robocopy is executed. And it exist. Robocopy uses non-zero exit codes to indicate what it did rather than report a

Robocopy induced error in the pipeline

2016-04-17 Thread niristotle okram
Hi, This is not directly a jenkins issue, but i am clueless on why this is failing. All i trying to do is use robocopy (since we are using the damn-it windows) to copy over 2 files from a jenkins dir to my nodes. The part of the jenkins pipeline where its failing looks like this bat "robocopy

Trigger arbitrary build/post-build steps from pipeline

2016-04-17 Thread Andrew Melo
Hello all, I would like to trigger build/post-build steps that don't appear in the snippet viewer (e.g. publish TAP results) from a pipeline. Is there a way to trigger arbitrary build/post-build steps that don't appear in the snippet browser, or will the plugin need to be updated to explicitly