https://github.com/apfirebolt/jenkins-example-scripts
Collection of Jenkins script for demonstration purpose
https://github.com/apfirebolt/jenkins-example-scripts
jenkins jenkinsfile-groovy-scripts python-jenkins python3
Last synced: 2 months ago
JSON representation
Collection of Jenkins script for demonstration purpose
- Host: GitHub
- URL: https://github.com/apfirebolt/jenkins-example-scripts
- Owner: Apfirebolt
- Created: 2022-04-21T12:40:04.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-21T20:24:26.000Z (about 3 years ago)
- Last Synced: 2025-01-21T00:47:23.518Z (4 months ago)
- Topics: jenkins, jenkinsfile-groovy-scripts, python-jenkins, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Jenkins Job Manipulation scripts ⚡️
## Project Briefing
Jenkins is an open source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.
I recently learned about it and currently experimenting with Jenkins scripts for automating tasks through a pipeline having multiple stages. This repo would have several Jenkinsfile which would spawn jobs in your Jenkins server.
Aside from this, it would also have Python and bash scripts which would be used inside the Jenkins jobs and various stages.
I am also using a python package called 'Python-jenkins' which allows control of various tasks running on your Jenkins server through Python using Jenkins API. For instance, you can create, delete, see info related to various jobs running in Jenkins using Python script.Made with ❤️ by **[@apfirebolt](https://github.com/Apfirebolt/)**
Please find me [here](https://apgiiit.com/)