Моя полезная нагрузка:продвигать артефакты, используя REST API/API/строить/продвигать ошибку не удается найти артефакты сборки
payload = json.dumps({ "status": "staged", "comment": "testing.", "ciUser": "builder", "dryRun": "false", "targetRepo": "ext-release-local", "copy": "true", "artifacts": "true", "dependencies": "false", "scopes": [ "compile", "runtime" ], "properties": { "components": [ "c1", "c3", "c14" ], "release-name": [ "fb3-ga" ] }, "failFast": "true" })
headers = {'content-type': 'application/json'}
Я пытаюсь
response = requests.post(self.url+'/api/build/promote'+buildURL+'/2', payload, headers=headers, auth=('', ''))
получаю ошибку:
{"errors": [{"status": 400, "message": "Unable to find artifacts of build 'IT-GIS-ATS :: pmstack2 :: pm1-pm1' #2: aborting promotion."}]}
У меня есть 4-5 строчек в этом месте, которое можно увидеть в artifactory. Можете ли вы мне помочь в этом.
Извините, не достал вас, где я могу найти edit delete flag – user1421204