diff --git a/Jenkinsfile b/Jenkinsfile index 5d37b58c..e9041cdd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,12 +49,12 @@ if(! env.TAG_NAME || env.TAG_NAME.startsWith("go/")) { stage('Build') { parallel([ - { + "linux": { stage("Linux") { buildForLinux() } }, - { + "windows": { stage("Windows") { buildForWindows() }