Update 'Jenkinsfile'

This commit is contained in:
2022-04-20 05:20:26 +00:00
parent d2385cdda0
commit 1934d75437
Vendored
+1
View File
@@ -9,6 +9,7 @@ pipeline {
stages { stages {
stage('Build') { stage('Build') {
steps { steps {
sh 'whoami'
sh 'docker build -t buzzerburger/test:latest ./app' sh 'docker build -t buzzerburger/test:latest ./app'
} }
} }