готовый вариант, должен работать
parent
2165e62197
commit
d42e5fb0a3
|
|
@ -4,15 +4,7 @@ pipeline {
|
|||
stages {
|
||||
stage('recreate > build > reun container') {
|
||||
steps {
|
||||
sh "docker images -a"
|
||||
sh "docker-compose build parse_saby"
|
||||
sh "docker rmi -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
|
||||
sh "docker-compose build parse_saby"
|
||||
sh "docker rmi -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
|
||||
sh "docker-compose build parse_saby"
|
||||
sh "docker rmi -f git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
|
||||
//sh "docker-compose up --force-recreate --build -d parse_saby"
|
||||
sh "docker images -a"
|
||||
sh "docker-compose up --force-recreate --build -d parse_saby"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue