Добавил логирование в Jenkins
parent
8112bc2385
commit
fa72b16fc1
|
|
@ -2,9 +2,9 @@ pipeline {
|
||||||
agent { label 'agent_smith' }
|
agent { label 'agent_smith' }
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('recreate > build > reun container') {
|
stage('recreate > build > run container') {
|
||||||
steps {
|
steps {
|
||||||
sh "docker-compose up -d --force-recreate --build parse_saby"
|
sh "docker-compose up --force-recreate --build parse_saby"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue