Jenkins to redirect to console output page automatically after triggering build

2016-04-15 Thread Chanukhya Bachina
Is there a way on Jenkins to go to the build log directly after clicking the Build? i.e, when ever a build is triggered manually, how can i show the log/console output of the running build as popup/ redirecting to the console output page of that build. -- You received this message because you

Re: Providing web link to downstream job before it completes?

2016-04-15 Thread Andrew Geissler
Looks like https://wiki.jenkins-ci.org/display/JENKINS/Downstream+buildview+plugin would do what I need but I get this message when using it: Downstream build view status No

Re: How can I write job script and load it to jenkins to work ?

2016-04-15 Thread Chris Knowlton
Yes, and if that is valid slave name the REST call will complete. But the next run will STILL run on the last slave it sucessfully completed on. ChrisK On Thursday, April 14, 2016 at 3:16:10 PM UTC-4, Mark Waite wrote: > > With a freestyle job, there is a checkbox in the job definition which

How to guarantee the authentication token for a specific user in a docker container

2016-04-15 Thread TKasz
Hi I have an issue with the authentication token. We create a jenkins environment in a docker container but every time it is created a new authentication token is created for the same user. Is there a possibility to force jenkins to always create the same authentication token so that we don't

Re: Jenkins HP Automation Tools Plugin compatible with HP Quality Center Express v12.5x?

2016-04-15 Thread Wei-min Lee
Good question. We're not on Jenkins 2.0, but we do want to upgrade to QC 12.5x soon. -- 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

random corrupt archived artifacts

2016-04-15 Thread Douglas Moore
jenkins version 1.642 on centos 7.1 As a post build step we archive about 30 zips, gzs and isos to a mounted nfs filesytem on the jenkin server. We are starting to find some of the archived files are corrupted. Its a random occurence. This is verified because we do a checksum on the files

Parallel buildflow inside of nested loops (or outside)

2016-04-15 Thread Darren Ball
Hi, I have a need to run a guarded flow in parallel. I have a flow similar to the following, of which I need the guarded logic to run in parallel. Flow: def executiongate=params['GATEEXECUTION'] def testcases=params['TESTCASES'].tokenize(",") def outerInstanceType =

AppScan Standard headless over WinRS via Jenkins

2016-04-15 Thread Tiago Lopes
Hello, I'm attempting to connect Jenkins with AppScan Standard, I've successfully achieved this by executing a post-build step on jenkins that deploys appscancmd with the proper settings, The setup: AppScan Standard is on a remote machine, The approach: I'm using WinRS

Scheduled maintenance window April 15th - April 17th

2016-04-15 Thread R. Tyler Croy
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 Plus some other minor services, but frankly I believe that nobody will notice those going down

Re: Jenkins HP Automation Tools Plugin compatible with HP Quality Center Express v12.5x?

2016-04-15 Thread Jane Koivula
Note: This site is using Jenkins 2.0 Alpha-2 On Friday, April 15, 2016 at 9:51:36 AM UTC-5, Jane Koivula wrote: > > RE: HP Application Automation Tools plugin compatibility with QC Express? > > The HP Application Automation Tools Plugin does not list HP QC Express > v12.5x on the list (Only HP

Jenkins HP Automation Tools Plugin compatible with HP Quality Center Express v12.5x?

2016-04-15 Thread Jane Koivula
RE: HP Application Automation Tools plugin compatibility with QC Express? The HP Application Automation Tools Plugin does not list HP QC Express v12.5x on the list (Only HP QC v10.x is listed below). Will this plugin store results in HP QC Express for UFT v12.52 automated test scripts?

Re: Not able to promote the builds with dsl code of promoted-builds plugin in groovy

2016-04-15 Thread Praveen A
Thanks Ferenc. That worked :) On Friday, April 15, 2016 at 3:10:40 PM UTC+5:30, Ferenc Kovacs wrote: > > As far as I know the promoted-builds 2.25 doesn't support the jobdsl > integration, you can find a 2.26 snapshot build in the comments at > https://github.com/jenkinsci/promoted-builds >

error: package jenkins is not relocatable

2016-04-15 Thread Kamal Ahmed
I am trying to use yum, or rpm to install ( by default ) jenkins @ /opt/jenkins and not /var/lib/jenkins. But when i try to : $rpm --prefix=/opt/jenkins -ivh jenkins-1.656-1.1.noarch.rpm error: package jenkins is not relocatable I get error, is there a way to easily install jenkins in other

Re: Email Template Testing Exception

2016-04-15 Thread Slide
Looks like you are trying to test a matrix template with a non matrix job. On Thu, Apr 14, 2016, 22:43 zhangkm wrote: > Hello, > > I get this exception below when I try to run the Email-Ext's tester for > email templates. I'm trying to use the standard Groovy matrix email >

Re: Not able to promote the builds with dsl code of promoted-builds plugin in groovy

2016-04-15 Thread Ferenc Kovacs
As far as I know the promoted-builds 2.25 doesn't support the jobdsl integration, you can find a 2.26 snapshot build in the comments at https://github.com/jenkinsci/promoted-builds -plugin/pull/82#issuecomment-201712737 or build yourself until the official 2.26 release is made. On Fri, Apr 15,

Not able to promote the builds with dsl code of promoted-builds plugin in groovy

2016-04-15 Thread Praveen A
Hello All, I am using "Promoted builds" plugin to promote automatically from one stage to another using "Jenkins Job DSL" automation of jenkins build configurations. I have given the following syntax for promoting builds, but it is not working with Job dsl 1.45 plugin (tried in

Re: How do I retrieve the exit code of a 'bat' command?

2016-04-15 Thread Victor Martinez
"Error level is ${env.ERRORLEVEL}" ?? Are you using any specific plugin rather than a batch build step? It seems, that env.ERRORLEVEL refers to the pipeline plugin, doesn't it? On Thursday, 14 April 2016 23:02:08 UTC+1, Scott Richmond wrote: > > I had that thought too, however for whatever