testing jenkins docker

This commit is contained in:
Szakalakamaka
2020-09-30 13:34:17 +02:00
parent 6e4f118068
commit 3954073b4e
2 changed files with 12 additions and 12 deletions

3
Jenkinsfile vendored
View File

@@ -6,13 +6,12 @@ pipeline {
stages {
stage('Build') {
steps {
sh "docker-compose build"
sh "docker-compose --context DEV build"
}
}
stage('Deploy') {
steps {
sh "docker-compose --context DEV up -d"
}
}
stage('Logs') {