File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- @Library (' global-jenkins-library@2.4.0 ' ) _
1+ @Library (' global-jenkins-library@2.7.3 ' ) _
22buildJavaProject(
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 : ' .' )
You can’t perform that action at this time.
0 commit comments