testing cloud configurations

This commit is contained in:
Szakalakamaka
2020-10-15 13:53:41 +02:00
parent 807b1d3dc7
commit 054c9c3d08

2
Jenkinsfile vendored
View File

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