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