From ba406dd3a920c308dfbf4e3d2f91e790651d252f Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 21 Mar 2021 09:44:40 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8ca6306..d76423b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,16 +3,6 @@ // Reference the GitLab connection name from your Jenkins Global configuration (https://JENKINS_URL/configure, GitLab section) properties([gitLabConnection('test-gitlab-hook')]) -properties([ - gitLabConnection('test-gitlab-hook'), - pipelineTriggers([ - [ - $class : 'GitLabPushTrigger', - triggerOnPush : true, - triggerOnMergeRequest: true, - ] - ]) -]) node { stage('Checkout') {