https://github.com/blackdesert575/jenkins-101
jenkins-101 for who want to learning jenkins from scratch.
https://github.com/blackdesert575/jenkins-101
automation cd ci ci-cd java jenkins task-management task-runner
Last synced: about 2 months ago
JSON representation
jenkins-101 for who want to learning jenkins from scratch.
- Host: GitHub
- URL: https://github.com/blackdesert575/jenkins-101
- Owner: blackdesert575
- License: mit
- Created: 2025-05-19T12:24:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-05T02:38:01.000Z (9 months ago)
- Last Synced: 2025-10-05T04:18:26.845Z (9 months ago)
- Topics: automation, cd, ci, ci-cd, java, jenkins, task-management, task-runner
- Language: Groovy
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jenkins-101
jenkins-101 for who want to learning jenkins from scratch.
## Docs/Tips/MISC...etc
* jenkins
* [www.jenkins.io/doc/](https://www.jenkins.io/doc/)
* [www.jenkins.io/doc/tutorials/](https://www.jenkins.io/doc/tutorials/)
* [www.jenkins.io/doc/pipeline/steps/groovy/](https://www.jenkins.io/doc/pipeline/steps/groovy/)
* [www.jenkins.io/doc/book/blueocean/](https://www.jenkins.io/doc/book/blueocean/)
* [Pipeline: Groovy](https://plugins.jenkins.io/workflow-cps/)
* [github.com/jenkinsci/groovy-sandbox](https://github.com/jenkinsci/groovy-sandbox)
* groovy
* [www.geeksforgeeks.org/groovys-domain-specific-language-dsl-for-jenkins-pipelines/](https://www.geeksforgeeks.org/groovys-domain-specific-language-dsl-for-jenkins-pipelines/)
* [www.jenkins.io/doc/pipeline/steps/workflow-cps/](https://www.jenkins.io/doc/pipeline/steps/workflow-cps/)
* [groovy-lang.org/documentation.html#gettingstarted](https://groovy-lang.org/documentation.html#gettingstarted)
* [github.com/apache/groovy](https://github.com/apache/groovy)
* [groovy.apache.org/download.html](https://groovy.apache.org/download.html)
* [groovy.apache.org/download.html#osinstall](https://groovy.apache.org/download.html#osinstall)
* [sdkman.io/sdks/groovy](https://sdkman.io/sdks/groovy)
```shell
sdk install groovy
groovy --version
```