Skip to content

Commit

Permalink
Merge pull request #4 from tsoenen/master
Browse files Browse the repository at this point in the history
Jenkinsfile for release 5.0
  • Loading branch information
tsoenen authored Sep 4, 2019
2 parents a9f7058 + 90643eb commit 0823a46
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,15 @@ pipeline {
}
}
}
stage('Promoting release v5.0') {
when {
branch 'v5.0'
}
steps {
sh 'docker tag registry.sonata-nfv.eu:5000/tng-sp-ia-emu:latest registry.sonata-nfv.eu:5000/tng-sp-ia-emu:v5.0'
sh 'docker push registry.sonata-nfv.eu:5000/tng-sp-ia-emu:v5.0'
}
}
}
post {
always {
Expand Down

0 comments on commit 0823a46

Please sign in to comment.