https://github.com/chimpdelivery/chimpdelivery-jenkinsdsl
Jenkins Seeder Job Configs and Main Pipeline for Unity3D projects
https://github.com/chimpdelivery/chimpdelivery-jenkinsdsl
dsl jenkins pipeline
Last synced: 18 days ago
JSON representation
Jenkins Seeder Job Configs and Main Pipeline for Unity3D projects
- Host: GitHub
- URL: https://github.com/chimpdelivery/chimpdelivery-jenkinsdsl
- Owner: ChimpDelivery
- Created: 2023-01-12T16:47:08.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T16:02:16.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T18:29:18.371Z (8 months ago)
- Topics: dsl, jenkins, pipeline
- Language: Groovy
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChimpDelivery-JenkinsDSL
:bookmark: All required pipelines by Jenkins Controller(Master). Includes DSL scripts to create "Organization Folder" in Jenkins with connected "GitHub Organization" and "Unity3D" Build/Deliver pipeline scripts.
- :seedling: [Pipeline: Seed](https://github.com/ChimpDelivery/ChimpDelivery-JenkinsDSL/blob/master/Jenkinsfile)
- Jenkinsfile that uses DSL scripts to create "Organization Folder" in Jenkins.
- WARNING! Job name must be synced with [Jenkins Configs in ChimpDelivery](https://github.com/ChimpDelivery/ChimpDelivery/blob/master/config/jenkins.php).
- :seedling: [Pipeline: Unity3D Build&Deliver](https://github.com/ChimpDelivery/ChimpDelivery-JenkinsDSL/blob/master/files/Jenkinsfile)
- Jenkinsfile to handle Unity3D Build/Deliver pipeline.
- It uses [ChimpDelivery-JenkinsLibrary](https://github.com/ChimpDelivery/ChimpDelivery-JenkinsLibrary) as a shared library.