Can't download plugins - HTTP 302 redirect

2016-09-17 Thread Corey Wei
Hi, My Jenkins 2.22 is working with Tomcat. There are some errors while I tried to install plugins like this: 18-Sep-2016 11:17:05.590 SEVERE [Update center installer thread [#1]] hudson.model.UpdateCenter$DownloadJob.run Failed to install GIT server Plugin java.io.IOException: Downloaded

Re: Using the git command with credentials form a pipeline

2016-09-17 Thread Mark Bidewell
I don't know if this helps or not but to use cmd line git in pipeline, I use the SSH Agent plugin along with SSH key authentication. On Friday, September 16, 2016 at 4:34:17 PM UTC-4, Nathan Hüsken wrote: > > Hi, > > I am trying to use git from a pipeline. For this I want to invoke git >

Re: Adding “Perform Maven Release” option from Jenkinsfile

2016-09-17 Thread Mark Bidewell
I'm not using a Jenkinsfile, but the solution I arrived at was to have a boolean "Release" build parameter. When checked, this parameter would skip the normal CI SNAPSHOT build and initiate a release. My stages when Source Checkout -> SNAPSHOT Build -> Stage Release -> Release Build The

Re: Jenkins Pipeline Issue

2016-09-17 Thread vishad alekh
Hi, The file name is correct. But still Jenkins is not able to create a new job on seeing Jenkinsfile.Rather,when I deleted the multipipeline job and created it again then I was able to get a job with the same