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 a2bd0fb commit 87374f4Copy full SHA for 87374f4
ci/pipeline.yml
@@ -19,6 +19,8 @@ anchors:
19
ARTIFACTORY_USERNAME: ((artifactory-username))
20
ARTIFACTORY_PASSWORD: ((artifactory-password))
21
artifactory-repo-put-params: &artifactory-repo-put-params
22
+ signing_key: ((signing-key))
23
+ signing_passphrase: ((signing-passphrase))
24
repo: libs-snapshot-local
25
folder: distribution-repository
26
build_uri: "https://ci.spring.io/teams/${BUILD_TEAM_NAME}/pipelines/${BUILD_PIPELINE_NAME}/jobs/${BUILD_JOB_NAME}/builds/${BUILD_NAME}"
@@ -30,7 +32,7 @@ resource_types:
30
32
type: registry-image
31
33
source:
34
repository: springio/artifactory-resource
- tag: 0.0.13
35
+ tag: 0.0.17
36
- name: github-release
37
38
0 commit comments