Re: Access environment variable in email ext template using Jenkins pipeline

2018-04-13 Thread Slide
You can use ENV(var="PROJNAME") when using a script template. This should work for all tokens. On Fri, Apr 13, 2018 at 4:11 PM wrote: > I am trying to attach the template file using Jenkins pipeline, emailext. > Variable (PROJNAME) is not accessible in the template

Jenkins not running on apache server

2018-04-13 Thread Vikas Gupta
Hi all, I am getting the below error while starting the tomcat server , trying to run jenkins on tomcat server, how do i troubleshoot this problem? i am using JAVA 10 and tomcat 8.5.3 Please help me. 14-Apr-2018 02:36:21.129 WARNING [Jenkins initialization thread]

Access environment variable in email ext template using Jenkins pipeline

2018-04-13 Thread srivathsa . puliyala
I am trying to attach the template file using Jenkins pipeline, emailext. Variable (PROJNAME) is not accessible in the template file and I am receiving exceptions as an email: *Exception raised during template rendering: No such property: env for class: SimpleTemplateScript21

Re: Jenkins Pipeline to be generic

2018-04-13 Thread srivathsa . puliyala
You can use *withCredentials* https://jenkins.io/doc/pipeline/steps/credentials-binding/ On Thursday, April 12, 2018 at 3:06:19 PM UTC-4, krish wrote: > > Hi, > > how can we use the multiple credentials into jenkins pipeline, in our > environment diff applications have diff userid and

Re: BlueOcean observations from user

2018-04-13 Thread Vivek Pandey
On Fri, Apr 13, 2018 at 7:07 AM, Sverre Moe wrote: > We have upgraded to Blue Ocean v1.5.0 > ​ > Loading the main Pipeline view is now faster. > ​Thats good to know. ​ > Sadly, loading activities and branches for a pipeline still takes a while. > Aprox 35-40 seconds. >

Re: [Jenkins World 2018] - Graders wanted

2018-04-13 Thread Adrien Lecharpentier
I'd be happy to help as well. I submitted a subject to the French CFP, I don't know if that makes me inadmissible for the review. -- Adrien Le ven. 13 avr. 2018 à 20:46, Michael Pailloncy a écrit : > Hi Alyssa, > > I would be very happy to help. > > Cheers >

Re: [Jenkins World 2018] - Graders wanted

2018-04-13 Thread Michael Pailloncy
Hi Alyssa, I would be very happy to help. Cheers Michaël On Fri, Apr 13, 2018 at 6:09 PM, Alyssa Tong wrote: > Hello, > > I am looking for additional graders to join the Jenkins World (JW) review > committee to help grade Jenkins World 2018 SF & EU proposals. > > Time

[Jenkins World 2018] - Graders wanted

2018-04-13 Thread Alyssa Tong
Hello, I am looking for additional graders to join the Jenkins World (JW) review committee to help grade Jenkins World 2018 SF & EU proposals. Time commitment expected: - JW SF: 137 Jenkins submissions. - JW EU: 76 Jenkins submissions at the moment but most likely will increase after

Re: BlueOcean observations from user

2018-04-13 Thread Sverre Moe
We have upgraded to Blue Ocean v1.5.0 Loading the main Pipeline view is now faster. Sadly, loading activities and branches for a pipeline still takes a while. Aprox 35-40 seconds. Note: This is the initial load time, subsequent visits is much faster, 1-3 seconds. What details do you need on a

Re: How to Publish Plugin

2018-04-13 Thread Slide
The next step is to wait for the hosting request to be reviewed and completed. On Fri, Apr 13, 2018 at 1:54 AM Rahul Pure wrote: > Hi , > > How can I Publish My Plugin .Following are the Steps i did > > *Create a GitHub Account* > *Create a GitHub Repository (must be

Re: jenkins docker images

2018-04-13 Thread Mark Waite
I believe the process which generates the Jenkins docker images is automated. That automation does not require updating the JENKINS_VERSION default value in the Dockerfile. By avoiding updates of the JENKINS_VERSION in the Dockerfile of the repository, the project does not waste commits on

Re: Using Gradle in Pipeline

2018-04-13 Thread Francesco Sisca
check configuration of gradle in your global configuration tools (into jenkins manage)

How to Publish Plugin

2018-04-13 Thread Rahul Pure
Hi , How can I Publish My Plugin .Following are the Steps i did *Create a GitHub Account* *Create a GitHub Repository (must be public) to store your plugin source code* *Clone the Repository ,move Source Code * *Create An Account in the Jenkins site* *Request Hosting on jira Portal* *what is

Blue Ocean 1.5.0 Released

2018-04-13 Thread Jenn Briden
Hello, I am Jenn Briden, the new Product Manager for Blue Ocean and the Jenkins pipeline at CloudBees. I am based out of the Seattle area and am excited to be working on Jenkins. :D *Release Status* We have released version 1.5.0 of the Blue Ocean plugin. Installing the primary Blue Ocean

Using Gradle in Pipeline

2018-04-13 Thread Sverre Moe
We are currently using Maven for building our applications. Our Jenkins maven pipeline are using the withMaven step from Pipeline Maven Integration. I have written gradle build scripts for our projects and begun to write the Pipeline build script to build gradle. We could really use an