jenny
jenny copied to clipboard
Declarative style
Does jenny work with the declarative Jenkinsfile style?
What the commands do in a Jenkinsfile
is defined with the help of commands. These commands while generally the same have a slightly different semantinc in the declarative Jenkinsfile
approach, than in the regular script.
That means the commands would needed to be reimplemented for the declarative approach, eventually with stricter checks of syntax.
Not impossible ( https://github.com/bmustiata/jenny/blob/master/jenny.groovy#L136-L138), but not on my roadmap at the moment
While jenny
itself defines commands for normal execution support
, and for info
, it currently does not support declarative Jenkinsfile builds.