diff --git a/CHANGELOG.md b/CHANGELOG.md index e16a3a2c..a61a434a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file. - Upgrade to Spring Boot 2.7.14. (#611) - Upgrade to Spring Dependency Management Plugin 1.1.3. (#611) - Upgrade to `testcontainers` 1.19.0. (#613) +- Upgrade to `jenkins-library` 2.7.3. (#615) ## [[8.1.2]](https://github.com/iExecBlockchainComputing/iexec-core/releases/tag/v8.1.2) 2023-06-29 diff --git a/Jenkinsfile b/Jenkinsfile index b0b918a1..769af645 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,12 +1,8 @@ -@Library('global-jenkins-library@2.4.0') _ +@Library('global-jenkins-library@2.7.3') _ buildJavaProject( buildInfo: getBuildInfo(), integrationTestsEnvVars: [], shouldPublishJars: true, shouldPublishDockerImages: true, dockerfileDir: '.', - buildContext: '.', - preDevelopVisibility: 'iex.ec', - developVisibility: 'iex.ec', - preProductionVisibility: 'docker.io', - productionVisibility: 'docker.io') + buildContext: '.')