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
The ArtifactBuilder has a method to set the localPath info but creates an artifact with null localPath info because the information is not used in build method.
Describe the bug
The ArtifactBuilder has a method to set the localPath info but creates an artifact with null localPath info because the information is not used in build method.
https://github.com/jfrog/build-info/blob/master/build-info-extractor/src/main/java/org/jfrog/build/extractor/builder/ArtifactBuilder.java#L33
To Reproduce
assertTrue new ArtifactBuilder("test).setLocalPath("sample").build().getLocalPath != null
Expected behavior
provided information is used in build method and provided in created artifact object
Versions
The text was updated successfully, but these errors were encountered: