Skip to content

Commit

Permalink
Merge pull request #2539 from bilke/master-milestone
Browse files Browse the repository at this point in the history
[Jenkins] master milestone
  • Loading branch information
bilke authored Jun 26, 2019
2 parents 764d5c6 + f4b19a7 commit ca070ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,13 @@ pipeline {
}
} // end parallel
} // end stage Build
stage('Master Milestone')
{
when { environment name: 'JOB_NAME', value: 'ufz/ogs/master' }
steps {
milestone null
}
}
stage('Master') {
when { environment name: 'JOB_NAME', value: 'ufz/ogs/master' }
parallel {
Expand Down

0 comments on commit ca070ff

Please sign in to comment.