Re: Error While trying to configure S3 plugin

2016-06-28 Thread Baptiste Mathus
For reference it was done two days ago: [maven-release-plugin] prepare release s3-0.10.5.1 Le 26 juin 2016 11:38 AM, "Thomas Zoratto" a écrit : I don’t know, in a few days maybe if I look at the release history Of course you can patch it on your own and install your

How to override Maven home directory on Jenkins slave?

2016-06-28 Thread praveen
Trying to override Jenkins master maven configuration on on-demand Jenkins slave created using ec2 plugin . As We are using different maven versions of Maven, So I need to override the global configuration with Slave node

Re: How to break a pipeline manually?

2016-06-28 Thread Lionel Orellana
>From what I've tried simply returning doesn't stop the execution of the script. If you throw an exception the result seems to always be FAILURE. I would like to know if there is a way to stop execution but leave the result as say UNSTABLE. On Monday, 30 May 2016 18:38:41 UTC+10, Michael

Re: Git fetch intermittently fails

2016-06-28 Thread Mark Waite
Are you trying to clone a huge repo with JGit on the git server? If so, you might try cloning the same repo with command line git on the server. I don't recognize "Finding sources" or "Getting sizes" as common messages from command line git as a server. Mark Waite On Thursday, June 16, 2016

Re: Multiple pipelines in Jenkinsfile

2016-06-28 Thread Patrick Wolf
Alex, Do you multiple jobs for every branch in the repo? A different Jenkinsfile for each job type? There are a couple of options that I can think of: 1. You can use the env.BRANCH_NAME to determine what steps happen in the Pipeline. 2. You could use the commit message on the branch to

Re: Multiple pipelines in Jenkinsfile

2016-06-28 Thread Alex Ehlke
We've been interested in having multiple "pipelines" per repo primarily for operational tasks that are independent of delivery. A couple examples: daily logical backups; some jobs that are manually triggered to manage production services in the event of an outage. If it's the case that

Re: AccuRev SCM Plugin crashes on Save or Apply

2016-06-28 Thread Jim Gorski
Daniel - you are the level best. Next time I'll do a better job searching the open issues before posting. Thank you! Jim G. On Tuesday, June 28, 2016 at 10:59:30 AM UTC-4, Daniel Beck wrote: > > > > On 28.06.2016, at 14:38, Jim Gorski > wrote: > > > > I see in the

Jenkins Master Slave migration from one box to another

2016-06-28 Thread Kaushal Shriyan
Hi, I have currently Jenkins Master Slave setup (Jenkins ver. 1.641.) I have a new server and have installed the latest Jenkins ver. 1.651.3. I have https://wiki.jenkins-ci.org/display/JENKINS/Job+Import+Plugin Job Import Plugin to migrate all the jobs from the old server to the new server. I

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Slide
No, you used JELLY_SCRIPT, which only works if you are using Jelly templates. The code you showed looked like groovy. If you look at my last reply, I said use SCRIPT, not JELLY_SCRIPT. On Tue, Jun 28, 2016 at 8:58 AM Antonio Hernandez wrote: > Hi Slide, > I really appreciate

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Antonio Hernandez
Hi Slide, I really appreciate your help but i already did everything except the config file provider... Is it must be the problem with the variables? Thanks

Re: Unable to update the Jenkins plugin page

2016-06-28 Thread R. Tyler Croy
(replies inline) On Mon, 27 Jun 2016, R Lakshmi Prasad wrote: > As there are not plugins listed in the Available plugins page, I tried to > update in the advanced settings, and this is the error I am getting > > URL: https://jenkins.myweb.com/pluginManager/checkUpdatesServer We had some

Re: AccuRev SCM Plugin crashes on Save or Apply

2016-06-28 Thread Daniel Beck
> On 28.06.2016, at 14:38, Jim Gorski wrote: > > I see in the changelog that work was done in this area recently. This issue is tracked as https://issues.jenkins-ci.org/browse/JENKINS-35906 > Does anyone have any suggestions on how to proceed? Downgrade to 2.8 or

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Slide
You would need to either install the config file provider plugin and create a new Email Ext Groovy Template, or put the template on the file system in JENKINS_HOME/email-templates. Then you could use the SCRIPT token to specify the template in the content area of the post-build setup. ${SCRIPT,

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Antonio Hernandez
Hi Slide, that's the problem i have, i don't know how to handle it. I have all the ingredients but i don´t know how to put all together in a rich format html. I'm desperate with that because i've never developed in html Thanks again, El martes, 28 de junio de 2016, 14:36:04 (UTC+2), slide

AccuRev SCM Plugin crashes on Save or Apply

2016-06-28 Thread Jim Gorski
My group just updated our server to 2.11 and now every change to a job using the AccuRev SCM plugin causes this crash: javax.servlet.ServletException: java.lang.IllegalArgumentException: Failed to instantiate class hudson.scm.SCM from

Re: email-ext-plugin doesn't translate any variable!!!!

2016-06-28 Thread Slide
How are you specifying the content? On Tue, Jun 28, 2016, 03:20 Antonio Hernandez wrote: > hi there!, > > I'm very confused when i'm trying to send an email with all changes and > also with the console output. > > To get all the information together i'm using: > > one script

Re: error"Invalid login information. Please try again. Try again" for matrix based security

2016-06-28 Thread Abhijit Zanak
stack trace Jun 28, 2016 6:09:48 AM winstone.Logger logInternal INFO: JVM is terminating. Shutting down Winstone Running from: /usr/share/jenkins/jenkins.war Jun 28, 2016 6:09:51 AM org.eclipse.jetty.util.log.JavaUtilLog info INFO: Logging initialized @466ms Jun 28, 2016 6:09:51 AM

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-28 Thread 'Björn Pedersen' via Jenkins Users
Hi, can you check if the necessary parent dirs are there on the slave and have the correct access permissions for the jenkins user? /home/csbuild/build And can the slave reach the https://repo.maven.apache.org

Re: Using Git Credential Manager with Git for Windows.

2016-06-28 Thread Fred Clausen
Actually, the problem was that Jenkins runs as the Local System account instead of Administrator. This meant that I was inserting the credentials into the wrong Windows Credentials Store. I updated my Chef code[1] to run the credential insertion[2] as the System Account and then it all works

Re: How to override the environment variables for Jenkins slave when adding new slave to the Jenkins master?

2016-06-28 Thread praveen
Jenkins system configuration also consisting of this section. on-demand slave that I've configured not using either of this configuration. Jenkins version 1.656 On Thursday, June 23, 2016 at 3:14:20 PM UTC-7, praveen wrote: > > Configured automatic slaves for couple jobs on Jenkins using

Re: Jenkins ui not loading sometimes

2016-06-28 Thread Re
Hi Daniel, I sent you the thread dump. Please have a look. Thanks, Rumesh On Mon, Jun 27, 2016 at 7:55 PM, Daniel Beck wrote: > Do this and provide the information: > https://wiki.jenkins-ci.org/display/JENKINS/Obtaining+a+thread+dump > > > On 27.06.2016, at 16:19, Rumesh