Update JFrog CLI Usage
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -48,13 +48,12 @@ jobs:
|
||||
17
|
||||
cache: gradle
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
version: 2.21.5
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
jf rt gradlec \
|
||||
jf gradlec \
|
||||
--use-wrapper \
|
||||
--uses-plugin \
|
||||
--deploy-ivy-desc=false \
|
||||
@@ -72,5 +71,5 @@ jobs:
|
||||
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
run: |
|
||||
jf rt gradle build artifactoryPublish
|
||||
jf gradle build artifactoryPublish
|
||||
jf rt build-publish
|
||||
|
||||
13
.github/workflows/release-ga.yml
vendored
13
.github/workflows/release-ga.yml
vendored
@@ -21,13 +21,12 @@ jobs:
|
||||
with:
|
||||
maven-version: 3.8.4
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
version: 2.21.5
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
jf rt gradlec \
|
||||
jf gradlec \
|
||||
--use-wrapper \
|
||||
--uses-plugin \
|
||||
--deploy-ivy-desc=false \
|
||||
@@ -61,7 +60,7 @@ jobs:
|
||||
GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }}
|
||||
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }}
|
||||
run: |
|
||||
jf rt gradle build artifactoryPublish
|
||||
jf gradle build artifactoryPublish
|
||||
jf rt build-publish
|
||||
- name: Push Release
|
||||
env:
|
||||
@@ -83,9 +82,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
version: 2.21.5
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
@@ -159,9 +157,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
version: 2.21.5
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
|
||||
6
.github/workflows/release-milestone.yml
vendored
6
.github/workflows/release-milestone.yml
vendored
@@ -24,9 +24,8 @@ jobs:
|
||||
with:
|
||||
maven-version: 3.8.4
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
version: 2.21.5
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
@@ -87,9 +86,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
version: 2.21.5
|
||||
env:
|
||||
JF_URL: 'https://repo.spring.io'
|
||||
JF_ENV_SPRING: ${{ secrets.JF_ARTIFACTORY_SPRING }}
|
||||
- name: Configure JFrog Cli
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user