Re: Jenkins Infinite Loop w/ Powershell evoked from Groovy

2018-01-10 Thread Joe Cavanaugh
Anyone else encountering this issue? -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+unsubscr...@googlegroups.com. To view this discussion on

Re: Jenkins Infinite Loop w/ Powershell evoked from Groovy

2017-12-29 Thread Joe Cavanaugh
I can now confirm the standard bat 'echo Hello World' works fine - it is just the powershell keyword that is an issue. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an

Re: Jenkins Infinite Loop w/ Powershell evoked from Groovy

2017-12-29 Thread Joe Cavanaugh
Forgot to mention - the version of Jenkins is 2.98 with all the latest and greatest plugin versions (I just updated yesterday 12/28/2017). It is a windows master build machine running powershell 3.0 and I haven't tested on a powershell 5.1 machine yet. -- You received this message because

Jenkins Infinite Loop w/ Powershell evoked from Groovy

2017-12-29 Thread Joe Cavanaugh
Set up : 1) Create a Pipeline script in a groovy file such as in the blog post https://jenkins.io/blog/2017/10/02/pipeline-templates-with-shared-libraries/ . I called mine dotNetApiPipeline.groovy and saved it to /vars. > def call(body) { > // evaluate the body block, and collect