Update 'Jenkinsfile'
This commit is contained in:
Vendored
+1
@@ -9,6 +9,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh 'whoami'
|
||||
sh 'docker build -t buzzerburger/test:latest ./app'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user