Update Jenkinsfile
This commit is contained in:
parent
b624554125
commit
8e5f47cb5e
|
@ -1,10 +1,10 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
agent any
|
agent { dockerfile true }
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'sudo docker build -t microblog:latest .'
|
sh 'echo building...'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue