Skip to content

Commit f77e07c

Browse files
authored
Merge pull request #103 from iExecBlockchainComputing/feature/java-oci-images-publishing
Update Jenkinsfile
2 parents 72dfc09 + 924a0b0 commit f77e07c

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ All notable changes to this project will be documented in this file.
1515
- Upgrade to Spring Boot 2.7.14. (#99)
1616
- Upgrade to Spring Dependency Management Plugin 1.1.3. (#99)
1717
- Upgrade to `testcontainers` 1.19.0. (#101)
18+
- Upgrade to `jenkins-library` 2.7.3. (#103)
1819

1920
## [[8.1.1]](https://github.com/iExecBlockchainComputing/iexec-blockchain-adapter-api/releases/tag/v8.1.1) 2023-06-23
2021

Jenkinsfile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
@Library('global-jenkins-library@2.4.0') _
1+
@Library('global-jenkins-library@2.7.3') _
22
buildJavaProject(
33
buildInfo: getBuildInfo(),
44
integrationTestsEnvVars: ['BROKER_PRIVATE_KEY'],
55
shouldPublishJars: true,
66
shouldPublishDockerImages: true,
77
dockerfileDir: 'docker',
8-
buildContext: '.',
9-
preDevelopVisibility: 'iex.ec',
10-
developVisibility: 'iex.ec',
11-
preProductionVisibility: 'docker.io',
12-
productionVisibility: 'docker.io')
8+
buildContext: '.')

0 commit comments

Comments
 (0)