Re: println in "call()" in "vars/xx.groovy" shows in console, but println in defed method in class in "vars/xx.groovy" is just ignored

2018-04-14 Thread Ilguiz Latypov
On Saturday, 11 February 2017 00:49:42 UTC-5, David Karr wrote: > > I'm seeing some odd behavior with "println" calls in shared library > methods, and a perhaps related issue with printing a shared library object > in a Jenkinsfile. > Nice to see an answer to this by Jon S a month later where

println in "call()" in "vars/xx.groovy" shows in console, but println in defed method in class in "vars/xx.groovy" is just ignored

2017-02-10 Thread David Karr
I'm seeing some odd behavior with "println" calls in shared library methods, and a perhaps related issue with printing a shared library object in a Jenkinsfile. I've been using https://jenkins.io/doc/book/pipeline/shared-libraries/ as my implementation guide. I've been working on evolving a