Jenkins
This commit is contained in:
parent
2e141f062b
commit
ffed7dc666
|
@ -27,14 +27,14 @@ node
|
||||||
|
|
||||||
stage ("docker")
|
stage ("docker")
|
||||||
{
|
{
|
||||||
stage ("Stopping ${prefixDocker}-${element} actual")
|
stage ("Stopping/Removing Docker")
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
sh "docker-compose rm -s"
|
sh "docker-compose rm -s"
|
||||||
}catch(Exception _){
|
}catch(Exception _){
|
||||||
echo "Error Stopping/Removing dockers"
|
echo "Error Stopping/Removing dockers"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stage ("Generar dockers")
|
stage ("Generar dockers")
|
||||||
|
|
Loading…
Reference in New Issue