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.
2 parents 890c95a + 479f620 commit cd44db9Copy full SHA for cd44db9
ci/pipeline.yml
@@ -45,6 +45,8 @@ anchors:
45
<<: *gradle-enterprise-task-params
46
<<: *docker-hub-task-params
47
artifactory-repo-put-params: &artifactory-repo-put-params
48
+ signing_key: ((signing-key))
49
+ signing_passphrase: ((signing-passphrase))
50
repo: libs-snapshot-local
51
folder: distribution-repository
52
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
@@ -83,7 +85,7 @@ resource_types:
83
85
type: registry-image
84
86
source:
87
repository: springio/artifactory-resource
- tag: 0.0.12
88
+ tag: 0.0.13
89
- name: pull-request
90
91
0 commit comments