Update Jenkinsfile
This commit is contained in:
parent
2e7b6ec891
commit
914225e314
|
@ -3,7 +3,9 @@ pipeline {
|
|||
|
||||
stages {
|
||||
stage('Build') {
|
||||
sh 'docker build -t microblog:latest .'
|
||||
steps {
|
||||
sh 'docker build -t microblog:latest .'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue