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