pr
This commit is contained in:
parent
356d1d4a42
commit
5c590b98a4
1 changed files with 8 additions and 0 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -5,6 +5,14 @@ pipeline {
|
||||||
}
|
}
|
||||||
agent any
|
agent any
|
||||||
stages {
|
stages {
|
||||||
|
stage('Change Req?') {
|
||||||
|
when {
|
||||||
|
changeRequest()
|
||||||
|
}
|
||||||
|
steps {
|
||||||
|
sh 'figlet "Woot - its a PR"'
|
||||||
|
}
|
||||||
|
}
|
||||||
stage('Build Develop') {
|
stage('Build Develop') {
|
||||||
when {
|
when {
|
||||||
branch 'develop'
|
branch 'develop'
|
||||||
|
|
Loading…
Reference in a new issue