Update Jenkinsfile
This commit is contained in:
parent
5d8090807c
commit
b624554125
|
@ -2,13 +2,6 @@ pipeline {
|
|||
agent any
|
||||
|
||||
stages {
|
||||
|
||||
stage('Checkout') {
|
||||
steps {
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'sudo docker build -t microblog:latest .'
|
||||
|
|
Loading…
Reference in New Issue