Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 11:11:15 +00:00
parent 94db5c3efa
commit df13897a25

4
Jenkinsfile vendored
View File

@@ -2,7 +2,7 @@
// 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([ /*properties([
gitLabConnection('test-gitlab-hook'), gitLabConnection('test-gitlab-hook'),
pipelineTriggers([ pipelineTriggers([
[ [
@@ -10,7 +10,7 @@ properties([
triggerOnPush : true triggerOnPush : true
] ]
]) ])
]) ])*/
pipeline { pipeline {
agent any agent any