testing cloud configurations

This commit is contained in:
Szakalakamaka
2020-10-15 13:49:07 +02:00
parent 44211702c5
commit 807b1d3dc7
3 changed files with 39 additions and 23 deletions

2
Jenkinsfile vendored
View File

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