Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brianwjfrog authored Dec 18, 2023
1 parent dc0c0dd commit 5024cc7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:

- name: Upload to Artifactory
run: |
jf rt upload "*.zip" brianw-generic-local/ --detailed-summary --fail-no-op
jf rt upload "*.tar.gz" brianw-generic-local/ --detailed-summary --fail-no-op
jf rt bp --detailed-summary
jf rt upload "*.zip" brianw-generic-local/ --detailed-summary --fail-no-op --build-name $BUILD_NAME --build-number $BUILD_NUMBER
jf rt upload "*.tar.gz" brianw-generic-local/ --detailed-summary --fail-no-op --build-name $BUILD_NAME --build-number $BUILD_NUMBER
#jf rt bp --detailed-summary
- name: Publish build info
run: |
# Collect VCS details from git and add them to the build
#jf rt build-add-git
# Publish build info
#jf rt bp --detailed-summary
jf rt build-add-git --build-name $BUILD_NAME --build-number $BUILD_NUMBER
# Publish build info
jf rt bp --detailed-summary --build-name $BUILD_NAME --build-number $BUILD_NUMBER

0 comments on commit 5024cc7

Please sign in to comment.