We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8673654 commit 1211425Copy full SHA for 1211425
ci/pipeline.yml
@@ -123,6 +123,8 @@ jobs:
123
<<: *gradle-enterprise-task-params
124
- put: artifactory-repo
125
params: &artifactory-params
126
+ signing_key: ((signing-key))
127
+ signing_passphrase: ((signing-passphrase))
128
repo: libs-snapshot-local
129
folder: distribution-repository
130
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
@@ -269,7 +271,6 @@ jobs:
269
271
download_artifacts: true
270
272
save_build_info: true
273
- task: promote
- image: ci-image
274
file: git-repo/ci/tasks/promote-version.yml
275
params:
276
RELEASE_TYPE: RELEASE
0 commit comments