Skip to content

Commit

Permalink
fix(GM-742): Add names to map elements in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
jknyspel-catalogicsoftware committed Aug 8, 2024
1 parent 96b615d commit 5c590f6
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 @@ -49,12 +49,12 @@ if(! env.TAG_NAME || env.TAG_NAME.startsWith("go/")) {

stage('Build') {
parallel([
{
"linux": {
stage("Linux") {
buildForLinux()
}
},
{
"windows": {
stage("Windows") {
buildForWindows()
}
Expand Down

0 comments on commit 5c590f6

Please sign in to comment.