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