https://github.com/saidsef/jenkins-pipeline-examples
Jenkinsfile examples
https://github.com/saidsef/jenkins-pipeline-examples
jenkins-build jenkins-pipeline jenkinsfile
Last synced: about 1 month ago
JSON representation
Jenkinsfile examples
- Host: GitHub
- URL: https://github.com/saidsef/jenkins-pipeline-examples
- Owner: saidsef
- License: mit
- Created: 2016-09-26T00:29:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T00:42:03.000Z (over 6 years ago)
- Last Synced: 2025-03-25T23:07:45.133Z (about 2 months ago)
- Topics: jenkins-build, jenkins-pipeline, jenkinsfile
- Size: 18.6 KB
- Stars: 4
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Jenkinsfile examples
This directory contains example Jenkinsfiles, which are used with the Pipeline Multibranch functionality, or the Pipeline script from SCM functionality.
## Jenkins Script Approval
You'll need to approve scripts to run this pipeline:
Script approval location: `http://:/scriptApproval/`
### Scripts to approve
```
method hudson.model.AbstractCIBase getNodes
staticMethod jenkins.model.Jenkins getInstance
```