Update Jenkinsfile
This commit is contained in:
parent
1cf62091f3
commit
2e7b6ec891
|
@ -1,5 +1,9 @@
|
|||
node {
|
||||
checkout scm
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
def customImage = docker.build("microblog:latest")
|
||||
stages {
|
||||
stage('Build') {
|
||||
sh 'docker build -t microblog:latest .'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue