Pipelines, iterating maps and more headaches

2016-04-26 Thread Norbert Lange
Hello, I trying to get comfortable with Pipelines, so far its a rather unpleasant experience since I cant even get a simple script going. 1) There seem to be some arcane rules on how to iterate over some builtin Groovy/Java Types within a sandbox. I haven`t found a way that works without manually

Re: Jenkins Pipeline Plugin - how to inject global passwords?

2016-04-26 Thread Brian Ray
I recently started experimenting with Credentials Binding with a Pipeline script passing a user-password credential down to a *sh*/*bat *step inside a *node* block, with the secret values masked perfectly in the log. (The step just executed some Groovy that *println System.getenv()'d* the prote

Re: broke on 2.0 upgrade

2016-04-26 Thread Josh Santangelo
> On Apr 26, 2016, at 12:09 PM, Daniel Beck wrote: > > >> On 26.04.2016, at 21:01, Josh Santangelo wrote: >> >> Thanks for the reply -- what's the best way to do that if I'm unable to get >> to the GUI? > > Delete JENKINS_HOME/plugins/pluginname.jpi.disabled for the respective > plugins.

Re: broke on 2.0 upgrade

2016-04-26 Thread Daniel Beck
> On 26.04.2016, at 21:01, Josh Santangelo wrote: > > Thanks for the reply -- what's the best way to do that if I'm unable to get > to the GUI? Delete JENKINS_HOME/plugins/pluginname.jpi.disabled for the respective plugins. -- You received this message because you are subscribed to the Googl

Re: broke on 2.0 upgrade

2016-04-26 Thread Josh Santangelo
Thanks for the reply -- what's the best way to do that if I'm unable to get to the GUI? On Tuesday, April 26, 2016 at 11:51:35 AM UTC-7, Daniel Beck wrote: > > > > On 26.04.2016, at 20:40, Daniel Beck > > wrote: > > > > > >> On 26.04.2016, at 20:35, Josh Santangelo > wrote: > >> > >> I was

Re: broke on 2.0 upgrade

2016-04-26 Thread Daniel Beck
> On 26.04.2016, at 20:40, Daniel Beck wrote: > > >> On 26.04.2016, at 20:35, Josh Santangelo wrote: >> >> I was able to install 2.0, then clicked the button to "install new >> features". That went ok, and Jenkins starts, but it shows an error on the >> main page. Attached is a much more ve

Re: broke on 2.0 upgrade

2016-04-26 Thread Daniel Beck
> On 26.04.2016, at 20:35, Josh Santangelo wrote: > > I was able to install 2.0, then clicked the button to "install new features". > That went ok, and Jenkins starts, but it shows an error on the main page. > Attached is a much more verbose log file. Are there no other errors in the Jenkins

broke on 2.0 upgrade

2016-04-26 Thread Josh Santangelo
I was able to install 2.0, then clicked the button to "install new features". That went ok, and Jenkins starts, but it shows an error on the main page. Attached is a much more verbose log file. hudson.util.HudsonFailedToLoad: org.jvnet.hudson.reactor.ReactorException: java.lang.Error: java.lang

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Mark Waite
Use a Google search for Jenkins in five minutes. Should find the video on YouTube On Tue, Apr 26, 2016, 9:14 AM Kaushal Shriyan wrote: > > > On Tuesday, 26 April 2016 20:32:43 UTC+5:30, Mark Waite wrote: >> >> I did a "Jenkins in 5 minutes" tutorial video a few years ago. It may >> help you a li

Re: Pipeline: "Branch not mergable"

2016-04-26 Thread Andrew Melo
Hi- It appears to be an issue with the GH webhook firing before the mergeability is computed. When that happens, GH gives "null" to the mergeability field, when Jenkins is expecting true/false. Then Jenkins treats the branch as unmergeable and refuses to build it. I posted a comment to GH for

Jenkins job fails to trigger build

2016-04-26 Thread Dylan Maxwell
Occasionally when I start a build, that job will fail to trigger a downstream job. If I start the exact job again with the same build it will work correctly. It work right ~80% of the time. The system log contains no errors around the time of the missed trigger and there is no indication of an er

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Kaushal Shriyan
On Tuesday, 26 April 2016 20:32:43 UTC+5:30, Mark Waite wrote: > > I did a "Jenkins in 5 minutes" tutorial video a few years ago. It may help > you a little with simple startup. > > > https://www.google.com/url?sa=t&source=web&rct=j&url=&ved=0ahUKEwj0mYfwyKzMAhUT52MKHbf0Cx0Q8TUIHDAA&usg=AFQjCNF1

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Mark Waite
I did a "Jenkins in 5 minutes" tutorial video a few years ago. It may help you a little with simple startup. https://www.google.com/url?sa=t&source=web&rct=j&url=&ved=0ahUKEwj0mYfwyKzMAhUT52MKHbf0Cx0Q8TUIHDAA&usg=AFQjCNF1sHlk2z9QIx28jtvfnGP_UlkifA&sig2=cJSbSC2BqVHasjPL00F5JA Mark Waite On Tue, A

Re: Tutorial on Jenkins - Git Setup

2016-04-26 Thread Larry Martell
Look at this post, it really helped me: http://stackoverflow.com/questions/36802309/changing-github-credentials-for-jenkins On Tue, Apr 26, 2016 at 10:46 AM, Kaushal Shriyan wrote: > Hi, > > I am new to Jenkins CI application. Are there tutorials on Jenkins - Git > Setup? > Any help will be high

Tutorial on Jenkins - Git Setup

2016-04-26 Thread Kaushal Shriyan
Hi, I am new to Jenkins CI application. Are there tutorials on Jenkins - Git Setup? Any help will be highly appreciable. Regards, Kaushal -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving ema

Plugin change logs not being updated

2016-04-26 Thread John Mellor
Is it possible to alter the commit rules to prevent plugin commits unless accompanied by a reasonable description of the change? I'm seeing lots of changes lately with no idea of the nature or danger of the change, and therefore no idea of why I need to install it or maybe hold off on a poorly

Re: Some Jenkins servers are down

2016-04-26 Thread Daniel Beck
> On 26.04.2016, at 11:39, Jiří Engelthaler wrote: > > Confirmed by Jenkins team > https://twitter.com/jenkinsci/status/724883801260843009 The mirrors should be back now. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from

Re: console run as jenkins i can mkdir, but when i run mkdir in build task, i get permission denied

2016-04-26 Thread koppula chiranjeevi
I am getting the following error message with Jenkins 2.0 build . can you help me : java.io.IOException: Failed to mkdirs: /var/jenkins/workspace/clinfo/label/ROCm-Fiji1 at hudson.FilePath.mkdirs(FilePath.java:1163) at hudson.model.AbstractProject.checkout(AbstractProject.java:12

Re: Having trouble starting Jenkins, where do I find the "/usr/share/java/jenkins/war/META-INF/MANIFEST.MF" file?

2016-04-26 Thread Pravin Mishra
Hi Dave, Did you fix this issue? I am facing same problem. I am running Jenkins on DC/OS. // Pravin On Friday, 22 April 2016 02:09:38 UTC+5:30, Daniel Beck wrote: > > Permissions problem? The user running Jenkins needs write access. > > > On 21.04.2016, at 18:50, Dave > > wrote: > > > > I

Re: Some Jenkins servers are down

2016-04-26 Thread Jiří Engelthaler
Confirmed by Jenkins team https://twitter.com/jenkinsci/status/724883801260843009 Dne úterý 26. dubna 2016 10:54:51 UTC+2 Jiří Engelthaler napsal(a): > > Not working servers - Connection timeout: > > http://archives.jenkins-ci.org > https://wiki.jenkins-ci.org/ > > -- You received this message

Re: Some Jenkins servers are down

2016-04-26 Thread Vani Paridhyani
https://updates.jenkins-ci.org this is down as well. Connecting from India. On Tuesday, April 26, 2016 at 2:41:20 PM UTC+5:30, matthew...@diamond.ac.uk wrote: > > I see the same problem, connecting from the UK. > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.co

RE: Some Jenkins servers are down

2016-04-26 Thread Matthew.Webber
I see the same problem, connecting from the UK. From: jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Jirí Engelthaler Sent: 26 April 2016 09:55 To: Jenkins Users Subject: Some Jenkins servers are down Not working servers - Connection timeout: http://arch

Some Jenkins servers are down

2016-04-26 Thread Jiří Engelthaler
Not working servers - Connection timeout: http://archives.jenkins-ci.org https://wiki.jenkins-ci.org/ -- 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 jenkinsci

Re: Jenkins can't find existing artifacts

2016-04-26 Thread David Villasmil Govea
Hello all, I finally found my problem. I had configured the job to do the git clone. But for some reason I also added the cloning on the build steps... once i removed that jenkins started getting the files properly. I would still like to understand why this would happen... Regards, David On T

Publish Over SSH Plugin(Parameterized publishing) cannot use with extend choice parameter plugins

2016-04-26 Thread Zhang Jonathan
Hi, using extend choice parameter plugin, if select one item, it is success: SSH: Skipping [AIServer] - Label ["AIServer"] match expression ["AIServer"] If select multi items, cannot match: SSH: Skipping [AIServer] - Label ["AIServer"] does not match expression ["Te

Re: Jenkins can't find existing artifacts

2016-04-26 Thread Lionel Orellana
Or **/logfiles/* -- 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 jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https:/