Skip to content

Commit

Permalink
Create JFrog build
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannguyen4 committed Jul 24, 2024
1 parent de9e498 commit 1038b0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@ jobs:
# TODO: find a way to do this via java ecosystem instead of using generic cli tools
run: echo version=$(xpath -q -e "//project/version/text()" pom.xml) >> $GITHUB_OUTPUT

# mvn deploy only uploads to JFrog but doesn't create a JFrog build
# TODO: run number doesn't increment when rerunning a workflow run
- name: Create JFrog build from uploaded artifacts
run: jf rt build-publish ${{ steps.get-proxy-client-version.outputs.version }} ${{ github.run_number }}

- name: Create release bundle from JFrog build
# Platform URL required for lifecycle commands (e.g release bundle management)
run: jf release-bundle-create --project=clients --signing-key=aerospike --sync --spec=./releasebundle-filespec.json aerospike-java-proxy-client ${{ steps.get-proxy-client-version.outputs.version }}
Expand Down

0 comments on commit 1038b0c

Please sign in to comment.