A util script to help bridge the gap between job configuration through the Jenkins Job DSL Plugin vs through the declarative Jenkins Pipeline Syntax.
These scripts will be improved over time but for now you can try out the examples found in the examples directory.
-
fork this repo
-
create the seed pipeline job as per [examples/seed-project/Jenkinsfile]
-
the util script needs a set of credentials (username + access-token for an authorised user, does not need to be an admin), so either:
- add some
jenkins-creds
credentials or - change the
jenkins-creds
to the credentials of your choice
To be continued...
- add some