-
Bug
-
Resolution: Unresolved
-
Blocker
-
None
Trying to build my cpp code using pipeline and push the artifacts to jfrog artifactory, but currently i am stuck here. This happen after I managed to configure the artifact successfully, as I am able to see the build information at jfrog artifactory.
Error occurs while I am running this on pipeline
def buildInfo = Artifactory.newBuildInfo()
server.download(artifactoryDownloadDsl, buildInfo)
server.upload(artifactoryUploadDsl, buildInfo)
buildInfo.env.capture = true