This commit is contained in:
lahari104 2023-02-17 18:27:23 +05:30
parent 1762132f46
commit acfd82c0ce

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline{
stages{
stage('docker image build'){
steps{
sh 'docker image build -t $env.image_name:${BUILD_NUMBER}-${NODE_NAME} .'
sh 'docker image build -t ${image_name}:${BUILD_NUMBER}-${NODE_NAME} .'
}
}
}