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 5024cc7 commit 919f8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Publish build info
run: |
# Collect VCS details from git and add them to the build
jf rt build-add-git --build-name $BUILD_NAME --build-number $BUILD_NUMBER
jf rt build-add-git $BUILD_NAME $BUILD_NUMBER
# Publish build info
jf rt bp --detailed-summary --build-name $BUILD_NAME --build-number $BUILD_NUMBER
jf rt bp --detailed-summary $BUILD_NAME $BUILD_NUMBER

0 comments on commit 919f8f1

Please sign in to comment.