jenkins workflow plugin

2015-12-18 Thread Oded Priva
Jenkins workflow Plugin <https://github.com/jenkinsci/workflow-plugin/blob/master/README.md> is THE tool to build your continuous delivery pipelines here you can find best practices and examples for how to use it http://jenkins-ci.org/content/workflow-best-practices-and-examples-repo-

Re: Pass values from Shell script to Workflow script in Jenkins Workflow plugin

2015-12-17 Thread Brian Ray
We're using this technique too and I think it's the only hack available for the time being. JENKINS-26133 may some day yield a more elegant, native way to get results back out to the workflow. On Thursday, December 17, 2015 at 8:51:00 AM

Pass values from Shell script to Workflow script in Jenkins Workflow plugin

2015-10-29 Thread Luis Mago
Hi, I'm trying out the Jenkins Workflow plugin and I was wondering if there is any way to pass values from a shell script to the workflow script without going through writing them in a file a reading and parsing the file from the workflow script. I've checking 'env' and 'withEnv' but they both