тест docker
parent
f04919d077
commit
88f817927b
|
|
@ -6,8 +6,11 @@ pipeline {
|
|||
steps {
|
||||
sh "docker images -a"
|
||||
sh "docker-compose build parse_saby"
|
||||
sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
|
||||
sh "docker-compose build parse_saby"
|
||||
sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
|
||||
sh "docker-compose build parse_saby"
|
||||
sh "docker rmi git.dataekb.ru/sadikov/parse_saby/parse_saby_main:latest"
|
||||
//sh "docker-compose up --force-recreate --build -d parse_saby"
|
||||
sh "docker images -a"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue