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
We have upgraded our jenkins to latest version and upgraded the artifactory plugin also. After that build info is missing from artifactory. def repoPath = response.buildInfo.vcsUrl
above code we are using in our sharedlib
Expected behavior
"vcsUrl": "[email protected]",
this above variable is not coming in build info json in artifactory
Describe the bug
We have upgraded our jenkins to latest version and upgraded the artifactory plugin also. After that build info is missing from artifactory.
def repoPath = response.buildInfo.vcsUrl
above code we are using in our sharedlib
Expected behavior
"vcsUrl": "[email protected]",
this above variable is not coming in build info json in artifactory
Versions
artifactory:3.18.12
The text was updated successfully, but these errors were encountered: