Skip to content

Commit 9fae2a6

Browse files
committed
Fix stage job failing to resolve Gradle plugins
The stage task didn't pass the ARTIFACTORY_SERVER credentials that settings.gradle needs to resolve io.spring.javaformat and other plugins, causing stage-release to fail. Pass the same ARTIFACTORY_* params already used by the build task. Signed-off-by: Roy Clarkson <roy.clarkson@broadcom.com>
1 parent b30ebee commit 9fae2a6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ci/tasks/stage.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ params:
1616
RELEASE_TYPE: ((release-type))
1717
USER_NAME: ((git-username))
1818
USER_EMAIL: ((git-email))
19+
ARTIFACTORY_SERVER: ((artifactory-server))
20+
ARTIFACTORY_SERVER_PATH: libs-release
21+
ARTIFACTORY_USERNAME: ((artifactory-username))
22+
ARTIFACTORY_PASSWORD: ((artifactory-password))
1923
caches:
2024
- path: maven
2125
- path: gradle

0 commit comments

Comments
 (0)