update Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user