Skip to content

Commit

Permalink
Added Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dpembo committed Sep 28, 2019
1 parent 7335911 commit 135d84f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,9 @@ else
echo "No MS Containers running"
fi
#Stop containers
{ # try
docker stop productmg
docker stop productservicems
} || { # catch
# save log for exception
}
docker stop productmg || true
docker stop productservicems || true
echo "Clean Test Containers"
Expand Down

0 comments on commit 135d84f

Please sign in to comment.