I am trying to upload artifacts to artifactory server from Bamboo. I have created a build plan with following tasks,
1.Source code checkout
2.Maven 3 (where a artifact is built)
3.Artifactory Generic Deploy
The bamboo log says " Artifactory Generic Deploy Task must run as a final Task!" (yes, this has been configured as the final task) ,So when i again view the task configured it shows a " 401 error" (Refer screenshot1) which i think may be related to -https://www.jfrog.com/jira/browse/BAP-252
screenshot1.PNG
I have also done the artifactory server configuration,
Also,I tried uploading the same artifact manually from the server using curl which worked fine,
curl -u myUser:myP455w0rd! -X PUT
"http://localhost:8081/artifactory/my-repository/my/new/artifact/directory/file.txt"
-T Desktop/myNewFile.txt
Can someone help in resolving the 401 error when configuring the Artifactory Generic Deploy task?
Hi Ashwini,
This error seems to originate from Artifactory and not from Bamboo, so you should seek help from the Artifactory community.
-Christian
Premier Support Engineer
Atlassian
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.