Test jenkinsfile edit
This commit is contained in:
parent
d7dc7f837a
commit
fa27ac0bb2
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -1,4 +1,6 @@
|
||||
node {
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
def app
|
||||
stage('Clone') { // for display purposes
|
||||
// Get some code from a GitHub repository
|
||||
@ -50,3 +52,5 @@ node {
|
||||
sh "docker image prune -f"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user