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') {