Skip to content

Commit dfda247

Browse files
committed
Fix warnings for params defined in pipeline but not in task
Closes gh-14445
1 parent ae4e1d0 commit dfda247

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

ci/tasks/promote.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ platform: linux
33
inputs:
44
- name: git-repo
55
- name: artifactory-repo
6+
params:
7+
RELEASE_TYPE:
8+
ARTIFACTORY_SERVER:
9+
ARTIFACTORY_USERNAME:
10+
ARTIFACTORY_PASSWORD:
11+
BINTRAY_SUBJECT:
12+
BINTRAY_REPO:
613
run:
714
path: git-repo/ci/scripts/promote.sh

ci/tasks/stage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ inputs:
55
outputs:
66
- name: stage-git-repo
77
- name: distribution-repository
8+
params:
9+
RELEASE_TYPE:
810
caches:
911
- path: maven
1012
- path: gradle

ci/tasks/sync-to-maven-central.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@ platform: linux
33
inputs:
44
- name: git-repo
55
- name: artifactory-repo
6+
params:
7+
BINTRAY_REPO:
8+
BINTRAY_SUBJECT:
9+
BINTRAY_USERNAME:
10+
BINTRAY_PASSWORD:
11+
SONATYPE_USERNAME:
12+
SONATYPE_PASSWORD:
613
run:
714
path: git-repo/ci/scripts/sync-to-maven-central.sh

0 commit comments

Comments
 (0)