Re: Error getting the SSL context object

2018-03-13 Thread Joey Piccola
Also had this issue, matching the privateKey and keyStore solved it. On Monday, March 6, 2017 at 9:26:59 AM UTC-7, raghaven...@gmail.com wrote: > > Thanks for the post steven, I had the same issue i.e. different password > for keystore and key. recreating the keystore and key with the same > re

Re: Pipeline: Resource Locking Plugin hangs

2018-03-13 Thread Sverre Moe
tirsdag 13. mars 2018 15.52.32 UTC+1 skrev Steven Foster følgende: > > On Tuesday, March 13, 2018 at 1:02:02 PM UTC, Sverre Moe wrote: >> >> Looks like there is a fix for this in the works. >> https://github.com/jenkinsci/lockable-resources-plugin/pull/70 >> > > I *think* this fix is just for manua

Re: Break init scripts up in to re-usable classes

2018-03-13 Thread Ewelina Wilkosz
you're right, it is only alpha so far and I wouldn't say it's production ready, but should be pretty soon - I hope to have next, more reliable release in April but I'm part of the team working on the plugin, not using it yet :) so maybe someone here is actually happy enough with current version

How to get the list of changes since the last successful build via script

2018-03-13 Thread meh . 2000
I'm fairly new to Jenkins, although my workplace has been using it for some time for automated builds. We are using Jenkins version 2.60.1 I've been asked to help our build team by writing a script to execute during/after a build which will get all the changes since the last successful build an

Re: Pipeline: Resource Locking Plugin hangs

2018-03-13 Thread Steven Foster
On Tuesday, March 13, 2018 at 1:02:02 PM UTC, Sverre Moe wrote: > > Looks like there is a fix for this in the works. > https://github.com/jenkinsci/lockable-resources-plugin/pull/70 > I *think* this fix is just for manual reservation/unreservation of a resource by a user (there's a button in the

Re: Pipeline: Resource Locking Plugin hangs

2018-03-13 Thread Sverre Moe
Looks like there is a fix for this in the works. https://github.com/jenkinsci/lockable-resources-plugin/pull/70 -- 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: Pipeline: Resource Locking Plugin hangs

2018-03-13 Thread Sverre Moe
Running two builds of pipeline-test2 works fine. The second build gets all three resources when the first build has released them. So seems the problem is when locking on label. The build will only get the first release lock. tirsdag 13. mars 2018 08.44.21 UTC+1 skrev Sverre Moe følgende: > > I

Re: Directory does not exist while compilling just through Jenkins

2018-03-13 Thread Fábio Cabrita
This is the pipeline configuration that is being used: segunda-feira, 12 de Março de 2018 às 14:35:33 UTC, Fábio Cabrita escreveu: > > Hello, > > I am tryin

Re: Directory does not exist while compilling just through Jenkins

2018-03-13 Thread Fábio Cabrita
segunda-feira, 12 de Março de 2018 às 14:35:33 UTC, Fábio Cabrita escreveu: > > Hello, > > I am trying to compile one repo with a jenkinsfile from a remote git, when > a change is detected, but while it tries to compile I receive this error: > > :: error: (1180) directory "dist/default/productio

Re: withMaven dependency trigger - Need help to understand the error message

2018-03-13 Thread Cyrille Le Clerc
Ack. We need to improve the troubleshooting guide "Why my downstream job doesn't get triggered". A SQL approach could be interesting but as our queries are no trivial, there would be a risk of misunderstanding. Maybe adding a troubleshooting API/GUI/CLI on the withMaven pipeline graph is the m

Re: Break init scripts up in to re-usable classes

2018-03-13 Thread Edd Grant
Thanks for the response R Tyler Croy, I'm suddenly kicking myself for not finding that plugin when I looked for stuff like this! I notice the plugin is currently at 0.1 alpha, do (or do other folks here) have any experience using it? It it fairly reliable doing the things it mentions in the doc

Re: Pipeline: Resource Locking Plugin hangs

2018-03-13 Thread Sverre Moe
I created two seperate pipeline jobs to test this with. Got the same behaviour. *pipeline-test1* *def stepsForParallel = [:]stepsForParallel["nodeName4"] = transformIntoStep("nodeName4")parallel stepsForParalleldef transformIntoStep(nodeName) {return {node("master") {

Jenkins workspace cleanup thread

2018-03-13 Thread padmasrinijana via Jenkins Users
I have a pipeline job(name: MyPipelineJob )..which is running for last 6days. Jenkins is checking for automatic workspace-cleanup process every day and my workspace was deleted even though my job was running at the time of deletion and then MyPipelineJob got aborted because of missing workspace