Re: Properties in a pipeline
This script pipeline { agent any stages { stage('play with properties') { steps { script { def propsText = 'prop1 = val1\nprop2 = val2\nbuild.host=mybuildhost.hosts.myorganization.org' writeFile file: 'myProps.p
Re: Scriptler using GET in Jenkins2
Ah, I see. Thank you. Hoping I can easily find the way to revert it via commits history. We're not worried about the security issue, just the functionality. On Thursday, May 19, 2022 at 3:46:53 AM UTC-5 db...@cloudbees.com wrote: > On Wed, May 18, 2022 at 10:02 PM adam.l...@gmail.com >