From 0d41fea09e8f43f12ab0b6121cbb908389c84f34 Mon Sep 17 00:00:00 2001 From: 12WW1160 Date: Wed, 9 Dec 2020 16:04:51 +0100 Subject: [PATCH] update Jenkinsfile --- Jenkinsfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c386296..c57b684 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,15 +9,17 @@ pipeline { } success { updateGitlabCommitStatus state: 'success' - echo 'Pipeline finished successfully!' } failure { updateGitlabCommitStatus state: 'failed' - echo 'I failed :(' step([$class: 'Mailer', notifyEveryUnstableBuild: true, recipients: 'support@confdroid.com', sendToIndividuals: true]) } } + options { + gitLabConnection('sourcecode.confdroid.com') + } + stages { stage('pulling master') {