mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-07 02:51:11 +00:00
gradle fix
This commit is contained in:
parent
1f9983afb3
commit
7b58d50ad8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/jf-cli.yml
vendored
6
.github/workflows/jf-cli.yml
vendored
|
|
@ -1237,6 +1237,7 @@ jobs:
|
|||
jf config show
|
||||
|
||||
- name: "Config jf with gradle repos"
|
||||
# jf gradlec --repo-deploy springpetclinic-gradle-virtual --repo-resolve springpetclinic-gradle-virtual --repo-deploy springpetclinic-gradle-virtual
|
||||
run: |
|
||||
jf gradlec --repo-deploy ${{env.RT_REPO_GRADLE_VIRTUAL}} --repo-resolve ${{env.RT_REPO_GRADLE_VIRTUAL}} --repo-deploy ${{env.RT_REPO_GRADLE_VIRTUAL}}
|
||||
|
||||
|
|
@ -1267,6 +1268,11 @@ jobs:
|
|||
run: |
|
||||
jf gradle clean artifactoryPublish -x test --build-name=${{env.BUILD_NAME}} --build-number=${{env.BUILD_ID}}
|
||||
|
||||
- name: "list folder"
|
||||
run: |
|
||||
pwd
|
||||
tree build/
|
||||
|
||||
- name: "Evidence: Artifact"
|
||||
continue-on-error: true
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue