Update 'Jenkinsfile'
This commit is contained in:
Vendored
+1
@@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user