像往常一样,我尝试通过盐状态“ artifactory.downloaded”从Jfrog Artifactory下载工件。但是我最近收到了HTTP错误400(错误请求)。
<form method="POST" action="/plantouser">
这会导致请求错误(HTTP错误400)
artifact_downloaded:
artifactory.downloaded:
- artifact:
artifactory_url: '<REPO_URL>'
repository: '<REPO>'
artifact_id: 'ear'
group_id: '<GROUP_ID>'
packaging: 'ear'
version: '<VERSION>'
classifier: '<CLASSIFIER>'
username: '<USERNAME>'
password: '<PASSWORD>'
- target_file: <TARGET_FILE>