Update Jenkinsfile

This commit is contained in:
ahoemann 2025-02-14 09:03:48 +01:00
parent e1e1584214
commit 06bb092b37

2
Jenkinsfile vendored
View file

@ -25,8 +25,8 @@ pipeline {
} }
/* Remove docker image*/ /* Remove docker image*/
sh 'docker rmi -f adrianux:${env.BUILD_ID}' sh 'docker rmi -f adrianux:${env.BUILD_ID}'
}
} }
} }
} }
} }