Joining Build Pipeline steps

2014-11-13 Thread Tomas Pekarovic
hello All.. I recently started to use jekins for starting of test automation execution. Best for me is to prepare build pipeline. And I started with it... This is how my pipeline looks like so far.

Re: How long does it take Jenkins to realize slaves are offline?

2014-11-13 Thread Dale Quigg
-- rginga says --- > I was just looking at out revert job. This is what we found works pretty reliably. We produce snapshots in powered down state. > > Issue the revert to snapshot command > > This waits for Jenkins to miss the slave > java -jar C:\Tools\BuildTools\jenkins-cli.jar -s http://.ne

Testlink - Execution Status of each step in testcase

2014-11-13 Thread twangtrust
Is there any way to make the results of each step from the tap file appear in the execution results and execution status of each individual step (as in the second image generated from a manual test) rather than show the whole file in the execution notes of the test case (as in the first image gener

Re: Passing environment variables using the parameterized trigger plugin

2014-11-13 Thread Adam Mercer
On Thu, Nov 13, 2014 at 4:17 PM, Daniel Beck wrote: > So it behaves correctly. The label part is only part of the sub-builds (where > the project name has the suffix with the active axis values), not the overall > build (which does not), and if the trigger is run once for the overall build, >

Re: Passing environment variables using the parameterized trigger plugin

2014-11-13 Thread Daniel Beck
On 13.11.2014, at 22:21, Adam Mercer wrote: > The downstream build is triggered when all axes are finished. So it behaves correctly. The label part is only part of the sub-builds (where the project name has the suffix with the active axis values), not the overall build (which does not), and i

RE: Archiving OSX .app's

2014-11-13 Thread Ginga, Dick
Oh, wait maybe it did work! From: Ginga, Dick Sent: Thursday, November 13, 2014 4:31 PM To: jenkinsci-users@googlegroups.com Subject: RE: Archiving OSX .app's Nope, that gives me all the files flattened, no structure. From: jenkinsci-users@googlegroups.com

RE: Archiving OSX .app's

2014-11-13 Thread Ginga, Dick
Nope, that gives me all the files flattened, no structure. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Richard Bywater Sent: Thursday, November 13, 2014 2:59 PM To: jenkinsci-users@googlegroups.com Subject: Re: Archiving OSX .app's How about Prod

Re: Passing environment variables using the parameterized trigger plugin

2014-11-13 Thread Adam Mercer
On Fri, Nov 7, 2014 at 7:17 AM, Daniel Beck wrote: > Is the downstream build triggered for every matrix axis that finishes > building, or only once, when all axes finished? Sorry for the delay I've been busy with getting a release out of the door. The downstream build is triggered when all axes

Re: Setting ProjectMatrixAuthorizationStrategy using Groovy

2014-11-13 Thread Sam Xiao
Sorry Daniel! I copied the wrong log. I fixed and updated the gist. On Thursday, November 13, 2014 12:54:09 PM UTC-8, Daniel Beck wrote: > > Did you paste the entire script? The stack trace mentions line 41... > > On 13.11.2014, at 20:34, Sam Xiao > > wrote: > > > Hello all, > > > > I was set

Re: Setting ProjectMatrixAuthorizationStrategy using Groovy

2014-11-13 Thread Daniel Beck
Did you paste the entire script? The stack trace mentions line 41... On 13.11.2014, at 20:34, Sam Xiao wrote: > Hello all, > > I was setting authorization strategy using groovy , so I can put it in the > `init.groovy` as part of the Jenkins master setup. > > I was having some error on "no suc

Re: Implementing Email-ext plugin

2014-11-13 Thread Jordan de Geus
Woo! So it appears that i need to get admin access. I'm not seeing the config menu in Jenkins site:) On Thursday, November 13, 2014 6:20:21 AM UTC-8, slide wrote: > > You always need to specify the name of the template in the token in the > email content area for either the trigger or default pr

Re: Archiving OSX .app's

2014-11-13 Thread Richard Bywater
How about Product.app/**/* ? Richard On Fri, Nov 14, 2014 at 8:37 AM, Ginga, Dick wrote: > I can’t get the Archive Artifacts post build step to archive MAC .app > folders? I have tried: > > > > Product.app* > > Product.app*/* > > Product.app/* > > Product.app/Content* - this gets me the 2 fold

Archiving OSX .app's

2014-11-13 Thread Ginga, Dick
I can't get the Archive Artifacts post build step to archive MAC .app folders? I have tried: Product.app* Product.app*/* Product.app/* Product.app/Content* - this gets me the 2 folders in Contents but nor really what I want I can archive .ipa's Dick Ginga, Informatics R&D PerkinElmer Inc. |

Setting ProjectMatrixAuthorizationStrategy using Groovy

2014-11-13 Thread Sam Xiao
Hello all, I was setting authorization strategy using groovy , so I can put it in the `init.groovy` as part of the Jenkins master setup. I was having some error on "no such property", so I wasn't sure what and how it got into that: groovy.lang.MissingPropertyException: No such property: Permis

Re: openjdk or oracle on RHEL7?

2014-11-13 Thread Daniel Beck
Oracle JDK seems to generally work a little better, e.g. JENKINS-10442/JENKINS-23331 (that are probably the same issue). On 13.11.2014, at 11:54, Chris Withers wrote: > Hi All, > > Which JVM is recommended for running Jenkins on RHEL7. Oracle's offering or > OpenJDK? > > cheers, > > Chris >

RE: P4 plugin jenkins issue

2014-11-13 Thread david.doughty
Thanks Russ Let me get that installed, and I'll let you know how I progress dD From: Russ Tremain [mailto:ru...@releasetools.org] Sent: 13 November 2014 13:14 To: Doughty, David : Corporate Banking Cc: jenkinsci-users@googlegroups.com Subject: Re: P4 plugin jenkins issue Hi David, offhand,

Re: openjdk or oracle on RHEL7?

2014-11-13 Thread Les Mikesell
On Thu, Nov 13, 2014 at 4:54 AM, Chris Withers wrote: > Hi All, > > Which JVM is recommended for running Jenkins on RHEL7. Oracle's offering or > OpenJDK? > I don't think you'd see any difference right now. And the stock openjdk will be easier to keep updated along with the other system updates

Re: Implementing Email-ext plugin

2014-11-13 Thread Slide
You always need to specify the name of the template in the token in the email content area for either the trigger or default project content. On Wed Nov 12 2014 at 3:34:36 PM Jordan de Geus wrote: > Also another question I have. If you store your templates in > JENKINS_HOME/email-template, does

RE: P4 plugin jenkins issue

2014-11-13 Thread Russ Tremain
p4java is embedded in the jenkins p4-plugin. the new plugin is pure java; the old plugin uses the perforce command-line interface. At 1:39 PM + 11/13/14, Ginga, Dick w

RE: P4 plugin jenkins issue

2014-11-13 Thread Ginga, Dick
I don’t see any p4java, so I guess you should switch to the other plugin From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of david.doug...@barclays.com Sent: Thursday, November 13, 2014 5:54 AM To: jenkinsci-users@googlegroups.com Subject: RE: P4 plugin

Re: P4 plugin jenkins issue

2014-11-13 Thread Russ Tremain
Hi David, offhand, looks like it might be a problem with the named client on the slave; the error you are getting is a standard client map error. you might try using p4 command line on the slave to verify that the client spec (jenkins-machine-p4ce in your example) works there. Btw, there

Re: openjdk or oracle on RHEL7?

2014-11-13 Thread Mark Waite
Some time ago I had an issue where Oracle JDK was better behaved for me on Linux than OpenJDK. Because of that, I run my master server on Oracle JDK (on Ubuntu 14.04 from a PPA that keeps Oracle JDK updated). My CentOS 7 x64 machine is running OpenJDK as a slave and has been very reliable. It ha

openjdk or oracle on RHEL7?

2014-11-13 Thread Chris Withers
Hi All, Which JVM is recommended for running Jenkins on RHEL7. Oracle's offering or OpenJDK? cheers, Chris -- 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 j

RE: P4 plugin jenkins issue

2014-11-13 Thread david.doughty
I should clarify, that I was trying to use the P4 plugin (perforce written) rather than the Perforce Plugin (community plugin). It would appear that the community Plugin does work; but I can’t get the P4 plugin to work… dD From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googleg

RE: P4 plugin jenkins issue

2014-11-13 Thread david.doughty
P4JAVA, I’ve no idea what that is, I assumed it came as part of the P4 Plugin from Perforce dD From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Ginga, Dick Sent: 12 November 2014 16:12 To: jenkinsci-users@googlegroups.com Subject: RE: P4 plugin jenki