Update Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-13 21:52:15 -05:00 committed by GitHub
parent 71d12a1f76
commit 608da55115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 14 deletions

15
Jenkinsfile vendored
View File

@ -1,16 +1,5 @@
pipeline { node {
agent any
stages {
stage('Build') {
steps {
node {
checkout scm checkout scm
def customImage = docker.build("microblog:latest") def customImage = docker.build("microblog:latest")
}
}
}
}
} }