This commit is contained in:
lahari104 2023-02-17 18:25:30 +05:30
parent 6128453e3a
commit 1762132f46

2
Jenkinsfile vendored
View file

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