Commit b1268db9 authored by Mariama Tambedou's avatar Mariama Tambedou

jenkinsfile change

parent a53851ae
......@@ -16,7 +16,7 @@ pipeline {
stage('Building image') {
steps {
script {
dockerImage = bat(script: "docker build -t ${imagename} .", returnStdout: true).trim()
bat "docker build -t ${imagename}:${BUILD_NUMBER} -t ${imagename}:latest ."
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment