-
Notifications
You must be signed in to change notification settings - Fork 77
update README #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update README #51
Conversation
| # How to use Artifact Manager on S3 plugin | ||
|
|
||
| Artifact Manager on S3 plugin is transparently used by the Jenkins Artifact system, so as other Artifacts Managers, | ||
| you only have to use the Artifact Step to archive/unarchive, and the stash/unstash step, let's see how it works. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could also mention Copy Artifacts plugin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
README.md
Outdated
|
|
||
| ## No valid session credentials | ||
|
|
||
| The AWS credentilas has to have the token attribute, Basic AWS credentials are not valid. You would see the following |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
README.md
Outdated
| at java.lang.Thread.run(Thread.java:748) | ||
| ``` | ||
|
|
||
| Check the environment variable AWS_PROFILE, it should point to a profile with aws_session_token in ~/aws/credentilas |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo, and use backticks for code words
README.md
Outdated
| at org.jclouds.rest.internal.DelegatesToInvocationFunction.invoke(DelegatesToInvocationFunction.java:123) | ||
| at com.sun.proxy.$Proxy128.listBucket(Unknown Source) | ||
| at org.jclouds.s3.blobstore.S3BlobStore.list(S3BlobStore.java:175) | ||
| at io.jenkins.plugins.artifact_manager_jclouds.JCloudsVirtualFile$PageSetIterable.advanceList(JCloudsVirtualFile.java:322) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW this stack trace is slightly different after #47.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will test it again to put the proper exception trace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
No description provided.