Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gregor-mendel-institute/vbc-cicd
VBC Jenkins CICD library
https://github.com/gregor-mendel-institute/vbc-cicd
cicd continuous-delivery continuous-integration jenkins jenkins-pipeline
Last synced: about 5 hours ago
JSON representation
VBC Jenkins CICD library
- Host: GitHub
- URL: https://github.com/gregor-mendel-institute/vbc-cicd
- Owner: Gregor-Mendel-Institute
- Created: 2020-01-24T23:32:06.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2020-01-24T23:32:49.000Z (almost 5 years ago)
- Last Synced: 2024-11-06T22:12:03.402Z (about 2 months ago)
- Topics: cicd, continuous-delivery, continuous-integration, jenkins, jenkins-pipeline
- Language: Groovy
- Size: 183 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
goal: automatically create all CI/CD jobs for ansible repositories
* roles
* playbook repos
* all otherssee also
* https://github.com/jenkinsci/job-dsl-plugin/wiki/IDE-Support
* Examples https://github.com/jenkinsci/job-dsl-plugin/wiki/Real-World-Examples
* Tutorial https://github.com/jenkinsci/job-dsl-plugin/wiki/Tutorial---Using-the-Jenkins-Job-DSL
* dsl, lib closures: https://blog.thesparktree.com/you-dont-know-jenkins-part-2test locally:
wget https://repo.jenkins-ci.org/public/org/jenkins-ci/plugins/job-dsl-core/1.75/job-dsl-core-1.75-standalone.jar
java -classpath . -jar job-dsl-core-1.75-standalone.jar jobs/discoverWithLib.groovy