From df13897a25d18fa852f9e2b131d7c532c3eb90b5 Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 21 Mar 2021 11:11:15 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 66c9a0c..b5521c7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,7 @@ // Reference the GitLab connection name from your Jenkins Global configuration (https://JENKINS_URL/configure, GitLab section) -properties([ +/*properties([ gitLabConnection('test-gitlab-hook'), pipelineTriggers([ [ @@ -10,7 +10,7 @@ properties([ triggerOnPush : true ] ]) -]) +])*/ pipeline { agent any