Branch: refs/heads/master
Home: https://github.com/jenkinsci/pipeline-aws-plugin
Commit: 46a9ff4e30da01f90216f18ff606aa01a38cdff6
https://github.com/jenkinsci/pipeline-aws-plugin/commit/46a9ff4e30da01f90216f18ff606aa01a38cdff6
Author: Douglas Danger Manley <[email protected]>
Date: 2017-06-27 (Tue, 27 Jun 2017)
Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-bucket.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-file.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-force.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-path.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-bucket.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-file.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-path.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/config.jelly
A
src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-credentials.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-externalId.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-profile.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-region.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-role.html
A
src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-roleAccount.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help.html
Log Message:
-----------
Pipeline syntax generator visualization
I added support for the Pipeline Syntax snippet generator.
This basically means that there are some Jelly and HTML files in the resources
folder that help Jenkins figure out what the possible parameters are help the
users figure out which ones they need to use and how.
I only supported `withAWS`, `s3Download`, and `s3Upload`, since those are the
only ones that I have experience with. Doing the others should be easy, but
I'll leave that for another time.
Finally, I noticed that if the S3 upload path begins with a "/", then a "//"
will be written into the final path string, and S3 will actually create a
zero-length
folder name, which is definitely not what people want. So, I updated README.md
and
the help text for the `path` parameter accordingly.
Commit: b0bb46d161269b19ee8efcb3a2898f6c40f2fa27
https://github.com/jenkinsci/pipeline-aws-plugin/commit/b0bb46d161269b19ee8efcb3a2898f6c40f2fa27
Author: Douglas Danger Manley <[email protected]>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java
Log Message:
-----------
Only set the external ID if it is non-empty.
This was the only parameter that wasn't explicitly checked before.
Commit: 8639b5ff58c90b0e2588b118ff8012c905c0cc52
https://github.com/jenkinsci/pipeline-aws-plugin/commit/8639b5ff58c90b0e2588b118ff8012c905c0cc52
Author: Thorsten Hoeger <[email protected]>
Date: 2017-06-28 (Wed, 28 Jun 2017)
Changed paths:
M README.md
M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-bucket.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-file.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-force.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help-path.html
A src/main/resources/de/taimos/pipeline/aws/S3DownloadStep/help.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/config.jelly
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-bucket.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-file.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help-path.html
A src/main/resources/de/taimos/pipeline/aws/S3UploadStep/help.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/config.jelly
A
src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-credentials.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-externalId.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-profile.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-region.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-role.html
A
src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-roleAccount.html
A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help.html
Log Message:
-----------
Merge pull request #7 from tekkamanendless/master
Pipeline syntax generator visualization
Compare:
https://github.com/jenkinsci/pipeline-aws-plugin/compare/71e3f1458974...8639b5ff58c9
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.