первая тестовая рабочия версия и тестирование докер.
parent
1823bf1ac5
commit
d0376f5c49
|
|
@ -9,7 +9,7 @@ pipeline {
|
||||||
sh "docker images -a"
|
sh "docker images -a"
|
||||||
sh "docker-compose up --force-recreate --build -d parse_saby"
|
sh "docker-compose up --force-recreate --build -d parse_saby"
|
||||||
sh "docker images -a"
|
sh "docker images -a"
|
||||||
sh "docker images -a | grep "git.dataekb.ru/sadikov/parse_saby/parse_saby_main" | awk '{print $3}' | xargs docker rmi"
|
sh "docker images -a | grep '"'git.dataekb.ru/sadikov/parse_saby/parse_saby_main'"' | awk '{print $3}' | xargs docker rmi"
|
||||||
sh "docker images -a"
|
sh "docker images -a"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue