Skip to content

Commit

Permalink
[HNC-578] 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov committed Mar 15, 2024
1 parent 48734dc commit 60b6934
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ on:
options:
- artifacts
- builds

jobs:
release:
uses: pentaho/actions-common/.github/workflows/release.yml@HNC-578
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@
</profile>
<profile>
<id>cicd-release</id>
<properties>
<build.retention.count>-1</build.retention.count>
</properties>
<build>
<plugins>
<plugin>
Expand All @@ -338,6 +341,7 @@
<buildName>${build.name}</buildName>
<buildNumber>${build.number}</buildNumber>
<buildUrl>${env.JFROG_CLI_BUILD_URL}</buildUrl>
<buildRetentionCount>${build.retention.count}</buildRetentionCount>
</buildInfo>
<publisher>
<contextUrl>${env.ARTIFACTORY_BASE_URL}/</contextUrl>
Expand Down

0 comments on commit 60b6934

Please sign in to comment.