Re: Jenkins build says successful but no output is seen

2017-02-24 Thread David Karr
I'll say again, add braces around the body of the entire stage. Stage takes a closure. On Fri, Feb 24, 2017, 19:21 Sharan Basappa wrote: > David, > > I will remove everything and start with just pwd. I will update how it > goes. > Maybe it is not related but one thing

Re: Jenkins build says successful but no output is seen

2017-02-24 Thread Sharan Basappa
David, I will remove everything and start with just pwd. I will update how it goes. Maybe it is not related but one thing I changed recently was the native shell. I changed from sh to csh On Friday, 24 February 2017 17:39:07 UTC+5:30, Daniel Beck wrote: > > > On 21.02.2017, at 19:09, Sharan

Re: Overriding default Multibranch Pipeline job parameters defined in a Jenkinsfile

2017-02-24 Thread Martin Pradny
I was dealing with similar issue today and only place that I could use to store config was credentials secret text. I stored config as a map and in pipeline, within withCredentials block, I used Eval statement to convert it to proper map, so I could use current branch name as a key to get

Re: Docker Pipeline Step

2017-02-24 Thread Cyrille Le Clerc
Hello Peter, There is a lot of documentation at https://go.cloudbees.com/docs/cloudbees-documentation/cje-user-guide/index.html#docker-workflow-sect-build You can use docker.build(...).inside{...} and docker.image("my-image").inside {...} The sample below should do what you want. node {

Re: Running a local Jenkins plugin repository?

2017-02-24 Thread Guy Matz
This look promising: https://wiki.jenkins-ci.org/display/JENKINS/UpdateSites+Manager+plugin On Tue, Dec 20, 2016 at 10:32 AM, Daniel Beck wrote: > > > On 20.12.2016, at 15:18, Andrew Ducker wrote: > > > > … security people aren't willing to open up

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-24 Thread Chris Overend
So I was not running in a node block I will do more testing thank you. Here is a sample of my code: *#!groovy* *import hudson.model.** *stage('many_jobs') {* *parallel (get_many_jobs(6000))* *}* *def get_many_jobs(num_builds) {* *// The map we'll store the parallel steps in before

Re: Is there a maximum number of parallel builds a pipeline job can run?

2017-02-24 Thread Chris Overend
So I have not run in an ode block I will do more testing thank you. Here is a sample of my code: *#!groovy* *import hudson.model.** *stage('many_jobs') {* *parallel (get_many_jobs(6000))* *}* *def get_many_jobs(num_builds) {* *// The map we'll store the parallel steps in before

Using Blue Ocean with an Imperative Pipeline

2017-02-24 Thread Gardell, Steven
For example: ... stage ('Stage 2') { parallel ( 'ATS path': { node ("ghd13lite") { println "On ATS path" sleep 30 }}, 'SPAM path' : { node ("ghd13lite") { println "On SPAM path"

Performance Plugin - Exceeded the threshold but the Jenkins job Finished: SUCCESS

2017-02-24 Thread Jeanette B
Hi, I have set up a pipeline with a 'Jenkinsfile'. The 'Jenkinsfile' triggers performance test with JMeter and then plugin 'performanceReport'. The output from 'performanceReport' show that the threshold has exceeded, but the Jenkins job Finished: SUCCESS. Do anyone know what I have missed or how

Stage-level updates in cc.xml

2017-02-24 Thread Andrew Langhorn
Hi, I'm running Jenkins 2.32.2 with Blue Ocean installed. Our builds make use of the Jenkinsfile, and we monitor the status of our builds using Nevergreen (nevergreen.io) which makes use of cc.xml. Is there a way to expose the individual outputs of each stage of a pipeline through cc.xml

Re: Jenkins build says successful but no output is seen

2017-02-24 Thread Daniel Beck
> On 21.02.2017, at 19:09, Sharan Basappa wrote: > > Snippet of Jenkins log: > Is that the minimal Pipeline script exhibiting the problem, i.e. is the git checkout necessary? What happens when you remove everything but the 'sh "pwd"' that doesn't work, does it work

Email Customisation

2017-02-24 Thread pradeep thota
Hi, I am trying to customize my email format. Was using html.jelly script to customize. Wanted to add sonar server url in the email. Where can i find the jenkins build variables for sonar. Tried something like this ${build.sonar.url} but didnt work. Kindly assist Thanks & Regards, Pradeep

Re: Jenkins plugin for merge.

2017-02-24 Thread 'Maciej Jaros' via Jenkins Users
RRoy (2017-02-22 11:15): Hi All, Currently we are using parallel development approach for development process in our organization.Please considered the below scenario of our build process. Build Tool -- ant CI Tool -- Jenkins. Repository Tool - SVN We want multiple SVN branches to

How to build Angular 2 project

2017-02-24 Thread Vikrant Kaushik
Hi All, In my company we are recently writing code in angular2_cli and we want to build code via Jenkins. Can you please advise which plugin we need to install on Jenkins server and any help to further build the code. Regards Vikrant +91- 9958089331 -- You received this message because you

Re: Strange and sudden failure from Jenkins ( Cannot log in using secure mode )

2017-02-24 Thread Vasu devan
Thanks for the solution. I am facing the same issue. May i know full location of lib/security/ folder? On Wednesday, 3 February 2016 13:02:42 UTC-8, TurboChargedDad wrote: > > A correction... > > It was the "cacerts" file in the lib/security/ folder of the java version > being used. Not the