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