Re: [workflow-plugin] Technical limitations for a workflow Groovy script

2015-02-07 Thread Benjamin Muschko
" Git repository inside Jenkins. Every workflow script in your Jenkins see these shared library scripts in their classpath." but where do I configure that? > > HTH > > 2015-02-06 21:01 GMT+01:00 Benjamin Muschko >: > >> Hi, >> >> I was wonderi

[workflow-plugin] Technical limitations for a workflow Groovy script

2015-02-06 Thread Benjamin Muschko
Hi, I was wondering what the technical limitations are for a workflow Groovy script, more specifically: 1) Is is possible to use classes like StringBuilder? Example: stage 'tryout' node { useStringBuilder() } def useStringBuilder() { echo "Before usage" StringBuilder test = new S