Fix warnings for params defined in pipeline but not in task
Closes gh-14445
This commit is contained in:
parent
ae4e1d0372
commit
dfda247972
|
|
@ -3,5 +3,12 @@ platform: linux
|
||||||
inputs:
|
inputs:
|
||||||
- name: git-repo
|
- name: git-repo
|
||||||
- name: artifactory-repo
|
- name: artifactory-repo
|
||||||
|
params:
|
||||||
|
RELEASE_TYPE:
|
||||||
|
ARTIFACTORY_SERVER:
|
||||||
|
ARTIFACTORY_USERNAME:
|
||||||
|
ARTIFACTORY_PASSWORD:
|
||||||
|
BINTRAY_SUBJECT:
|
||||||
|
BINTRAY_REPO:
|
||||||
run:
|
run:
|
||||||
path: git-repo/ci/scripts/promote.sh
|
path: git-repo/ci/scripts/promote.sh
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ inputs:
|
||||||
outputs:
|
outputs:
|
||||||
- name: stage-git-repo
|
- name: stage-git-repo
|
||||||
- name: distribution-repository
|
- name: distribution-repository
|
||||||
|
params:
|
||||||
|
RELEASE_TYPE:
|
||||||
caches:
|
caches:
|
||||||
- path: maven
|
- path: maven
|
||||||
- path: gradle
|
- path: gradle
|
||||||
|
|
|
||||||
|
|
@ -3,5 +3,12 @@ platform: linux
|
||||||
inputs:
|
inputs:
|
||||||
- name: git-repo
|
- name: git-repo
|
||||||
- name: artifactory-repo
|
- name: artifactory-repo
|
||||||
|
params:
|
||||||
|
BINTRAY_REPO:
|
||||||
|
BINTRAY_SUBJECT:
|
||||||
|
BINTRAY_USERNAME:
|
||||||
|
BINTRAY_PASSWORD:
|
||||||
|
SONATYPE_USERNAME:
|
||||||
|
SONATYPE_PASSWORD:
|
||||||
run:
|
run:
|
||||||
path: git-repo/ci/scripts/sync-to-maven-central.sh
|
path: git-repo/ci/scripts/sync-to-maven-central.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue