We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb602c commit 5cbbcbdCopy full SHA for 5cbbcbd
Jenkinsfile
@@ -1,8 +1,8 @@
1
-@Library('corda-shared-build-pipeline-steps@5.2') _
+@Library('corda-shared-build-pipeline-steps@5.2-GA') _
2
3
cordaPipelineKubernetesAgent(
4
runIntegrationTests: false,
5
- dependentJobsNames: ['/Corda5/corda-runtime-os-version-compatibility/release%2Fos%2F5.2'],
+ dependentJobsNames: ['/Corda5/corda-runtime-os-version-compatibility/release%2Fos%2F5.2-GA'],
6
dependentJobsNonBlocking: ['/Corda5/corda-api-compatibility/'],
7
// always use -beta-9999999999999 for local publication as this is used for the version compatibility checks,
8
// This is a PR gate, so we want to check the "post merge" state before publication for real.
0 commit comments