From 00154a9e93eb417dcc968ec5c698ecff03cdc80f Mon Sep 17 00:00:00 2001 From: Nana Janashia Date: Sun, 21 Mar 2021 12:44:54 +0000 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b5521c7..29677eb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,17 +1,5 @@ #!/usr/bin/env groovy -// Reference the GitLab connection name from your Jenkins Global configuration (https://JENKINS_URL/configure, GitLab section) - -/*properties([ - gitLabConnection('test-gitlab-hook'), - pipelineTriggers([ - [ - $class : 'GitLabPushTrigger', - triggerOnPush : true - ] - ]) -])*/ - pipeline { agent any stages { @@ -19,9 +7,6 @@ pipeline { steps { script { echo "Testing the application..." - echo "Testing webhook..." - echo "Testing webhook..." - echo "Testing webhook..." } } } @@ -29,8 +14,6 @@ pipeline { steps { script { echo "Building the application..." - echo "Testing webhook..." - echo "Testing webhook..." } } }