We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7107b commit 0560c5cCopy full SHA for 0560c5c
JenkinsFileDocker
@@ -49,5 +49,13 @@ pipeline
49
sh 'docker push mithuntechnologies/logindockerjenkins:${buildNumber}'
50
}
51
52
+
53
+ stage('Remove Docker Image from Jenkins Locally')
54
+ {
55
+ steps()
56
57
+ sh 'docker rmi -f mithuntechnologies/logindockerjenkins:${buildNumber}'
58
+ }
59
60
61
0 commit comments