Update Jenkinsfile
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user