You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
prior to version 3.15 after a maven build the build info was written to ./target/build-info.json this file no longer is written
To Reproduce
run any build with rtMaven, pipeline or declarative.
Expected behavior
The build-info.json file should still be available somewhere, or the publish build info step should also be able to write to a file, or write to the console
Additional context
The build info is an important part of our regulatory builds, its contents need to be part of the build log, there needs to be somewhere to retrieve this data during the build pipeline.
seems to be related to: #610 jfrog/build-info#559
The text was updated successfully, but these errors were encountered:
@mitchelladam, thank you for reporting this issue.
We are thinking of a new way to get the build-info.json during the pipeline. In the scripted syntax, a new function will be added for returning the build-info as a string. For the declarative, there will be a new closure, to enable writing the build-info.json to a file.
Our current backlog is full right now, but we will add this to our roadmap for sure. I will keep this thread updated once we get there.
we just tested the latest artifactory plugin 3.18.12 and the build-info.json is back.
no idea when it started putting it back in target/ but it's there now
Describe the bug
prior to version 3.15 after a maven build the build info was written to ./target/build-info.json this file no longer is written
To Reproduce
run any build with rtMaven, pipeline or declarative.
Expected behavior
The build-info.json file should still be available somewhere, or the publish build info step should also be able to write to a file, or write to the console
Versions
Additional context
The build info is an important part of our regulatory builds, its contents need to be part of the build log, there needs to be somewhere to retrieve this data during the build pipeline.
seems to be related to:
#610
jfrog/build-info#559
The text was updated successfully, but these errors were encountered: