Skip to content

Commit

Permalink
Use different stages for klass-api vs klass-forvaltning
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaar, Bjørn-Andre committed Jan 24, 2024
1 parent f149f42 commit aaaf13f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pipeline {

stages {

stage("Build & deploy SNAPSHOT to Nexus") {
stage("Build & deploy SNAPSHOT of klass-api to Nexus") {
when {
expression { params.ARTIFACT == 'klass-api' }
}
Expand All @@ -40,7 +40,7 @@ pipeline {
}
}

stage("Build & deploy SNAPSHOT to Nexus") {
stage("Build & deploy SNAPSHOT of klass-forvaltning to Nexus") {
when {
expression { params.ARTIFACT == 'klass-forvaltning' }
}
Expand Down

0 comments on commit aaaf13f

Please sign in to comment.