An open API service indexing awesome lists of open source software.

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

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
```