From ce9c3660ee5c1800d03a3dfac8f09b505984e26a Mon Sep 17 00:00:00 2001 From: 12WW1160 Date: Tue, 8 Dec 2020 18:12:28 +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') {