testing cloud configurations
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
||||
stages {
|
||||
stage('Build') {
|
||||
steps {
|
||||
sh "docker-compose --context DEV build"
|
||||
sh "docker-compose --context DEV build -d"
|
||||
}
|
||||
}
|
||||
stage('Deploy') {
|
||||
|
||||
Reference in New Issue
Block a user