We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b9615 commit 4b97f81Copy full SHA for 4b97f81
ci/pipeline.yml
@@ -46,6 +46,8 @@ anchors:
46
SDKMAN_CONSUMER_KEY: ((sdkman-consumer-key))
47
SDKMAN_CONSUMER_TOKEN: ((sdkman-consumer-token))
48
artifactory-repo-put-params: &artifactory-repo-put-params
49
+ signing_key: ((signing-key))
50
+ signing_passphrase: ((signing-passphrase))
51
repo: libs-snapshot-local
52
folder: distribution-repository
53
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
@@ -76,7 +78,7 @@ resource_types:
76
78
type: registry-image
77
79
source:
80
repository: springio/artifactory-resource
- tag: 0.0.11
81
+ tag: 0.0.13
82
- name: pull-request
83
84
0 commit comments