Skip to content

Commit

Permalink
BUILD-5864: Use ARTIFACTORY_PUBLISH_ARTIFACTS env variable to publish…
Browse files Browse the repository at this point in the history
… or not the artifacts
  • Loading branch information
tomverin committed Aug 12, 2024
1 parent 08cae06 commit 7ac455a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@
<username>{{ARTIFACTORY_DEPLOY_USERNAME}}</username>
<password>{{ARTIFACTORY_DEPLOY_PASSWORD}}</password>
<publishBuildInfo>true</publishBuildInfo>
<publishArtifacts>true</publishArtifacts>
<publishArtifacts>{{ARTIFACTORY_PUBLISH_ARTIFACTS|true}}</publishArtifacts>
</publisher>
<buildInfo>
<buildName>${gitRepositoryName}</buildName>
Expand Down

0 comments on commit 7ac455a

Please sign in to comment.