Update Jenkinsfile
This commit is contained in:
parent
4253e606eb
commit
e1e1584214
1 changed files with 2 additions and 0 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -23,6 +23,8 @@ pipeline {
|
||||||
/* Push the container to the custom Registry */
|
/* Push the container to the custom Registry */
|
||||||
dockerImage.push()
|
dockerImage.push()
|
||||||
}
|
}
|
||||||
|
/* Remove docker image*/
|
||||||
|
sh 'docker rmi -f adrianux:${env.BUILD_ID}'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue