Update Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-13 21:25:55 -05:00 committed by GitHub
parent 5d8090807c
commit b624554125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 7 deletions

7
Jenkinsfile vendored
View File

@ -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 .'