👷 Remove Image from host
This commit is contained in:
parent
08fbf78a76
commit
4bd0556f65
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -27,5 +27,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Remove image from host') {
|
||||
steps {
|
||||
script {
|
||||
sh "docker image rm --force ${env.IMAGE}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user