Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
The End ??
Browse files Browse the repository at this point in the history
  • Loading branch information
Capryc0rne committed Aug 26, 2024
1 parent cde4d61 commit 5163e6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ pipeline {
post {
success {
echo 'Build and tests succeeded!'
sh 'docker-compose down'
sh'''
cd /srv/aio-tools/ressources_relationnelles
docker-compose down
Expand All @@ -99,6 +98,8 @@ pipeline {
}
failure {
echo 'Build or tests failed.'
}
always{
sh 'docker-compose down'
}
}
Expand Down

0 comments on commit 5163e6c

Please sign in to comment.