Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanbrowne authored Jul 27, 2023
1 parent f502069 commit 9bb438e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .ci/JenkinsApiCompatibility
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// Check corda-api compatibility with downstream consumers which implement CordApps
@Library('corda-shared-build-pipeline-steps@5.1') _
@Library('corda-shared-build-pipeline-steps@test-prgate') _

cordaApiCompatibilityCheck()
cordaApiCompatibilityCheck(
javaVersion: '17'
)
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@Library('corda-shared-build-pipeline-steps@5.1') _
@Library('corda-shared-build-pipeline-steps@test-prgate') _

cordaPipeline(
runIntegrationTests: false,
Expand Down

0 comments on commit 9bb438e

Please sign in to comment.