Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 08:42:31 +00:00
parent 94609f4347
commit ee4f86c17a

3
Jenkinsfile vendored
View File

@@ -1,7 +1,7 @@
#!/usr/bin/env groovy
// Reference the GitLab connection name from your Jenkins Global configuration (https://JENKINS_URL/configure, GitLab section)
properties([gitLabConnection('your-gitlab-connection-name')])
properties([gitLabConnection('test-gitlab-hook')])
node {
checkout scm // Jenkins will clone the appropriate git branch, no env vars needed
@@ -18,6 +18,7 @@ pipeline {
echo "Testing the application..."
echo "Testing webhook..."
echo "Testing webhook..."
echo "Testing webhook..."
}
}
}