Update 'Jenkinsfile'

pull/87/head
sajjad 4 years ago
parent d9b2f21523
commit 2eb2b5c9ff

2
Jenkinsfile vendored

@ -9,7 +9,7 @@ pipeline {
stage('build') {
steps {
sh ' docker build -t registry.willaspace.com/willaspace/$IMAGE_NAME:latest .'
sh 'BuildDocker'
sh 'cd /home/administrator/apps/$IMAGE_NAME/;./BuildDocker'
}
}

Loading…
Cancel
Save