Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 12:44:54 +00:00
parent df13897a25
commit 00154a9e93

17
Jenkinsfile vendored
View File

@@ -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..."
}
}
}