Update Jenkinsfile
This commit is contained in:
parent
aee267f767
commit
0db03c9534
1 changed files with 5 additions and 0 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -29,6 +29,11 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
stage('Deliver') {
|
||||
steps{
|
||||
echo 'Ready to deliver'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue