Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 09:44:40 +00:00
parent 997013ad3f
commit ba406dd3a9

10
Jenkinsfile vendored
View File

@@ -3,16 +3,6 @@
// Reference the GitLab connection name from your Jenkins Global configuration (https://JENKINS_URL/configure, GitLab section) // 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')])
properties([
gitLabConnection('test-gitlab-hook'),
pipelineTriggers([
[
$class : 'GitLabPushTrigger',
triggerOnPush : true,
triggerOnMergeRequest: true,
]
])
])
node { node {
stage('Checkout') { stage('Checkout') {