adop-jenkins
adop-jenkins copied to clipboard
Groovy scripts should have order of execution by priority
We have such example in Linux for init-scripts
Like: 01-adop_general.groovy 02-adop_ant.groovy ...
Java classes cannot start with a number, and naming a groovy file will cause that to happen, breaking the script. If you prepend with an accepted, non-alphabetical character, you can get around that; something like _01-aop_general.groovy.