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

Commit

Permalink
Update Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
khylpe committed Aug 26, 2024
1 parent b288e99 commit eeba326
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,17 +91,10 @@ pipeline {
sh 'docker-compose down'
dir('/srv/aio-tools/ressources_relationnelles') {
echo 'Build and tests succeeded!'
/*
sh '''
docker-compose down
git fetch
git checkout jenkins
git pull
docker-compose up --build -d
'''
*/
sh '''
docker-compose down
'''
}

}
failure {
echo 'Build or tests failed.'
Expand Down

0 comments on commit eeba326

Please sign in to comment.