Skip to content

Bugfix - deploy file doesn't print full URL in the log output#509

Merged
Or-Geva merged 3 commits intojfrog:masterfrom
Or-Geva:master
May 31, 2021
Merged

Bugfix - deploy file doesn't print full URL in the log output#509
Or-Geva merged 3 commits intojfrog:masterfrom
Or-Geva:master

Conversation

@Or-Geva
Copy link
Copy Markdown
Contributor

@Or-Geva Or-Geva commented May 31, 2021

  • All tests passed. If this feature is not already covered by the tests, I added new tests.

Before this fix, deployed artifacts were logging without full URL:

[consumer_0] Deploying artifact: bar-generic/example.gif;system-api=https%3A%2F%2Ffishtank.com;package=mccApp;build.timestamp=1622367545908;state=incremental;build.name=as;build.number=1;version=99.0.3.2

After this PR changes :

[consumer_0] Deploying artifact: https://ecosysjfrog.jfrog.io/artifactory/bar-generic/example.gif

Moreover, the printing log messages were duplicated, one for checksum deploy and the second time for the casual upload(in case checksum deploy failed)
Resolve: #508

@Or-Geva Or-Geva requested a review from yahavi May 31, 2021 11:47
@Or-Geva Or-Geva merged commit d764c5e into jfrog:master May 31, 2021
@Or-Geva Or-Geva changed the title Bugfix - deploy file logging isn't showing full URL Bugfix - deploy file doesn't print full URL in the log output May 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Changed Logging of build-info-extractor-gradle between version 4.23.4 and 4.24.2

2 participants