We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45d0b69 commit d3ac462Copy full SHA for d3ac462
Jenkinsfile
@@ -1286,7 +1286,7 @@ pipeline {
1286
} finally {
1287
powershell(
1288
label: "Untagging Docker Image used",
1289
- script: "docker image rm --no-prune ${dockerImage.imageName()}",
+ script: "docker image rm --no-prune ${dockerImageName}",
1290
returnStatus: true
1291
)
1292
bat "${tool(name: 'Default', type: 'git')} clean -dfx"
0 commit comments