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 UTC

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

2015-12-17 Thread B.Latinville
If you have not found yet, this could help you : https://github.com/jenkinsci/workflow-examples/blob/master/workflow-examples/gitcommit/gitcommit.groovy -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop r

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