by admin | Oct 12, 2018 | Groovy, Jenkins
What mean @NonCPS annotation in Jenkins pipeline CPS – Continuation-passing style. Style of programming in which code execution in the form of a continuation, waterfall style. Usually, execution pipeline code with a hard and complex logic occur some error, like...
by admin | Oct 12, 2018 | Groovy
Difference between XmlParser and XmlSlurper What better to use and what main differences. Let’s try to find...
by admin | Sep 3, 2018 | Groovy, Jenkins
Check this out, that can be interesting I prepared few groovy scripts that i wrote, when i was needed to update a lot of jobs on Jenkins. What this scripts do Delete “Publish JUnit report” step from all Jenkins freestyle jobs Replace word...
by admin | Sep 2, 2018 | Groovy, Jenkins
This will be very useful if you want to work with strings in groovy I found this on some site, when i wrote few scripts for automate update a lot of jobs in Jenkins. All here will be link on article with my scripts that i wrote for Jenkins management. Also we can...
by admin | Jul 19, 2018 | Groovy
how groovy present variables in pipelines If you don’t know or forgot what style you should aply for use variables in you pipelines this table comparing can help you. Operation system Linux, i used environment variable and regular variable. Also for example if...
Recent Comments