Relative Content

Tag Archive for azure-devopsibm-cloudazure-artifactsibm-app-connect

Latest artifact bar file from azure devops artifactory

Problem statement: I want to fetch the latest artifact bar url from azure artifactory, to deploy it to the openshift container platform. I am using this ({organization_url}/{project_name}/_apis/build/builds?api-version=7.1-preview.7) to fetch the buildid and through buildid I am able to fetch the bar url from Azure artifacts, but here the problem is ({organization_url}/{project_name}/_apis/build/builds?api-version=7.1-preview.7) this api wont fetch the buildid which ran 2 months ago. When the pipeline rans after the two months, it will ignore the bar url and it wont get deployed.