testing jenkins docker
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user