Skip to content

Commit 5f88e37

Browse files
authored
Merge pull request hyperledger-indy#861 from Artemkaaas/bugfix/cd-pipleine-windows
Fixed windows publishing target and version
2 parents 7a56038 + f97ccc2 commit 5f88e37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.cd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def windowsPublishArtifact(testEnv, folder, packageName, packageType, packageVer
492492
unstash name: stashName
493493

494494
withCredentials([file(credentialsId: 'SovrinRepoSSHKey', variable: 'repo_key')]) {
495-
sh "ci/win-zip-and-upload.sh $folder $packageName $packageType $packageVersion '${repo_key}' master 1"
495+
sh "ci/win-zip-and-upload.sh $folder $packageName $packageType $packageVersion '${repo_key}' $env.BRANCH_NAME $env.BUILD_NUMBER"
496496
}
497497
}
498498
}

0 commit comments

Comments
 (0)