From a42f5eedb9ca121dece36a8a2a4b0bf7269a433d Mon Sep 17 00:00:00 2001 From: Andreas Date: Fri, 27 Sep 2019 16:08:14 +0200 Subject: [PATCH] git --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7a54254..eb88c04 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ node { ''' } stage ('Checkout'){ - git([url: 'git@github.com:Hion-V/hForumPHP.git', branch: 'Dev', credentialsId: '5b510e82-81b9-4758-8263-0601f9c11e43']) + git([url: 'git@github.com:Hion-V/hForumPHP.git', branch: 'Dev', credentialsId: '5b510e82-81b9-4758-8263-0601f9c11e43', changelog: 'true', poll: 'true']) } stage('prepare') { sh '''