From a2a9103b974a80efe4215c6ed47cf19a6d49e9fe Mon Sep 17 00:00:00 2001 From: Capryc0rne Date: Thu, 22 Aug 2024 23:56:23 +0200 Subject: [PATCH] + git pull --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) 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 ''' }