Re: Jenkins is hanging

2016-10-31 Thread Rachel Moreno
Hi Mirko, Please, could you provide what appears in jenkins.log? Best regards, Rachel El miércoles, 26 de octubre de 2016, 14:40:41 (UTC+2), SGD53 escribió: > > Hi, > > > > Every time after restarting Jenkins, e. g. due to updates of plug-ins, the > web page stucks in "Please wait while

Re: Node Build History

2016-10-31 Thread Rachel Moreno
Hi Tim, It's not necessary to configure anything special. Please, could you provide more information? Such as Jenkins version, what steps you've followed to set up them, some screenshots and whatever useful in order to understand what's happening. Best regards, Rachel El lunes, 31 de octubre

Node Build History

2016-10-31 Thread Tim Webster
Hi, We've set up a number of Pipeline builds on Jenkins, and for some reason none of the jobs are showing up in the Node build history (although non-pipeline jobs do). Is there something you need to do in the configuration or the Jenkinsfile to enable this? Thanks... -- You received this

RE: Restarting Jenkins master while running jobs?

2016-10-31 Thread David Aldrich
Hi Daniel > In the current update site, I found several Docker-related plugins, and of > course Pipeline Durable Task Step plugin, which underlies sh/bat Pipeline > build > steps. Thanks for your answer. I guess I should convert my current job to use Pipeline build steps and then use the

Re: Encrypt/Decrypt using Groovy

2016-10-31 Thread Mohan Radhakrishnan
I tried that. It didn't work. Probably when I call from an external Python script there is not state ? Mohan On Monday, 31 October 2016 19:26:41 UTC+5:30, Sean McNamara wrote: > > Instead of getPlainText(), try hudson.util.Secret.toString(secret) > > If that doesn't work, then try printing

Re: Mirror problems for 2.28?

2016-10-31 Thread Daniel Beck
Tracked as https://issues.jenkins-ci.org/browse/INFRA-962 Also, this is a topic for the Jenkins infra mailing list, and it already exists: http://lists.jenkins-ci.org/pipermail/jenkins-infra/2016-October/000935.html > On 31.10.2016, at 14:48, matthew.web...@diamond.ac.uk wrote: > > I see the

Re: Restarting Jenkins master while running jobs?

2016-10-31 Thread Daniel Beck
> On 31.10.2016, at 14:28, David Aldrich wrote: > > Is it possible to restart Jenkins master without stopping jobs that are > running on slaves? Any plugin depending on Durable Task Plugin should be able to do this. In the current update site, I found several

Re: Encrypt/Decrypt using Groovy

2016-10-31 Thread Sean McNamara
Instead of getPlainText(), try hudson.util.Secret.toString(secret) If that doesn't work, then try printing both the encrypted value and the plain text from the `secret` object in the encrypt method... if it gives the result you expect, then yes, there seems to be an issue with state. It might not

RE: Mirror problems for 2.28?

2016-10-31 Thread Matthew.Webber
I see the same problem ( coming from the UK, Monday 31/Oct), and I suspect that push to the mirrors was either not initiated, or has failed. Matthew >>> is the mirror system partly down? 2.28 is reported by the update center since yesterday, but

Encrypt/Decrypt using Groovy

2016-10-31 Thread Mohan Radhakrishnan
Hi, I have a doubt here. This code encrypts but doesn't decrypt. Instead I get the encrypted string back from the decrypt function. Does it need state to be maintained between these two functions ? Thanks, Mohan def encrypt(server ): value = server.run_script(""" secret =

Restarting Jenkins master while running jobs?

2016-10-31 Thread David Aldrich
Hi Our Jenkins instance runs some very long-running simulation jobs. These can run for up to 5 weeks. This makes it difficult to schedule restarts for software updates. Is it possible to restart Jenkins master without stopping jobs that are running on slaves? Best regards David -- You

Re: how to create a new account in jenkins

2016-10-31 Thread Daniel Beck
> On 30.10.2016, at 12:57, shivkumar pendam wrote: > > theirs no option to create a new account That would be pretty stupid, if anybody could just register an admin account, right? Check the file JENKINS_HOME/secrets/initialAdminPassword on the file system of the

Re: Email-Ext and Pipeline Model Definition - How to send email notifications Culprits and Developers as recipients?

2016-10-31 Thread Daniel Beck
> On 31.10.2016, at 00:31, Michael Neale wrote: > > It is most unfortunate that emailext requires the workspace. How else are you going to attach files? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe

Re: passing variable to bash script in a jenkins pipeline job

2016-10-31 Thread Daniel Beck
> On 30.10.2016, at 18:53, Nabil Ghodbane wrote: > > Well, it runs well on a local command line... On the other hand, it seems > there is a serious issue passing parameters to bash scripts from sh pipeline > command I tried both, and you're right -- it does work in

Iterate FileWrapper, fails with shell script within the loop

2016-10-31 Thread Sverre Moe
Problem looping through the result of findFiles. The result from this method returns a org.jenkinsci.plugins.pipeline.utility.steps.fs.FileWrapper node { stage("Publish") { def files = findFiles(glob: '**/*.rpm') for (def file : files) { sh "echo Hello

Anybody using the CORS Support Plugin?

2016-10-31 Thread Jonathan Hodgson
Hi, Is so, then have you found it reliable? I had it set up so everything was working fine, but now it doesn't seem to be adding any headers to the files served by Jenkins. Either that or Apache is stripping them off. But I don't think I've changed any settings in either since I had it

Mirror problems for 2.28?

2016-10-31 Thread 'Björn Pedersen' via Jenkins Users
Hi, is the mirror system partly down? 2.28 is reported by the update center since yesterday, but http://mirrors.jenkins-ci.org/war/2.28/jenkins.war is not available (the whole 2.28 dir is missing.) Are just some mirrors lagging behind or is it really a problem? Björn -- You received this