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
we would like to find the artifact based on job/commit and return artifact name if not link. Our artifacts are all in azure blob storage not jenkins artifacts.
Requesting ability reference artifacts stored in Azure storage blob and query using short commit hash (first 7 digits) as search key
EXPECTED RESULTS
query using a var that took the commit hash and grabbed the first 7 digits as regex search key to return artifact name/link
ACTUAL RESULTS
Using the search_artifact_by_regexp.py I got no artifact found.
USEFUL INFORMATION
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
Jenkinsapi VERSION
Jenkins VERSION
2.361.4
SUMMARY
we would like to find the artifact based on job/commit and return artifact name if not link. Our artifacts are all in azure blob storage not jenkins artifacts.
Requesting ability reference artifacts stored in Azure storage blob and query using short commit hash (first 7 digits) as search key
EXPECTED RESULTS
query using a var that took the commit hash and grabbed the first 7 digits as regex search key to return artifact name/link
ACTUAL RESULTS
Using the search_artifact_by_regexp.py I got no artifact found.
USEFUL INFORMATION
The text was updated successfully, but these errors were encountered: