added spc

This commit is contained in:
sridhar 2023-09-06 17:14:04 +05:30
parent 28911a7b95
commit 893fca1503

2
Jenkinsfile vendored
View file

@ -12,7 +12,7 @@ pipeline{
} }
stage('artifact build'){ stage('artifact build'){
steps{ steps{
sh 'docker build . -t sridhar006/spc-jenkins:${BUILD_ID}' sh 'docker image build -t sridhar006 .'
sh 'docker image list' sh 'docker image list'
} }
} }