diff --git a/Jenkinsfile b/Jenkinsfile index 4ecca71..372fc45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -95,6 +95,7 @@ pipeline { docker-compose down git fetch git checkout jenkins + git pull docker-compose up --build -d ''' }