Branch: refs/heads/master Home: https://github.com/jenkinsci/pipeline-aws-plugin Commit: 0b2b7a6aecca0a9a262b7cfece7af13f476409fc https://github.com/jenkinsci/pipeline-aws-plugin/commit/0b2b7a6aecca0a9a262b7cfece7af13f476409fc Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-26 (Mon, 26 Nov 2018)
Changed paths: M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java A src/main/java/de/taimos/pipeline/aws/WithRoleStep.java A src/main/java/de/taimos/pipeline/aws/utils/AssumedRole.java Log Message: ----------- Add SAML assertion support for AWS asumeRole + Add withRole step to switch role Commit: d992e4dcffb94392b9f2cb1f9caa2dad4e31ff70 https://github.com/jenkinsci/pipeline-aws-plugin/commit/d992e4dcffb94392b9f2cb1f9caa2dad4e31ff70 Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-26 (Mon, 26 Nov 2018) Changed paths: M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java M src/test/java/de/taimos/pipeline/aws/WithAWSStepTest.java Log Message: ----------- Bind dummy acces key and secret when use SAML assertion + Add tests on withAWS Commit: 72267c656931d7b836973b786e9af6d6a6eae879 https://github.com/jenkinsci/pipeline-aws-plugin/commit/72267c656931d7b836973b786e9af6d6a6eae879 Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M README.md M src/main/resources/de/taimos/pipeline/aws/WithAWSStep/config.jelly A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-principalArn.html A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-samlAssertion.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/config.jelly A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-externalId.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-policy.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-principalArn.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-profile.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-region.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-role.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-roleAccount.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-samlAssertion.html A src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help.html Log Message: ----------- Update doc + README Commit: 646b31838c5b4887ec88da0f3e17118a783d420f https://github.com/jenkinsci/pipeline-aws-plugin/commit/646b31838c5b4887ec88da0f3e17118a783d420f Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M README.md Log Message: ----------- Add new features on changelog Commit: e7f8e04a211151f2cc9e311b726fe25b2b247a26 https://github.com/jenkinsci/pipeline-aws-plugin/commit/e7f8e04a211151f2cc9e311b726fe25b2b247a26 Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M README.md Log Message: ----------- Specfify groovy lang for markdown code blocks Commit: 6ffe81bf0c6c6ff0605974b6110e21aa796e6174 https://github.com/jenkinsci/pipeline-aws-plugin/commit/6ffe81bf0c6c6ff0605974b6110e21aa796e6174 Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-27 (Tue, 27 Nov 2018) Changed paths: M README.md Log Message: ----------- Add withRole anchor Commit: 0415225aabfc67325536312ef2e2c2ae3a8a676b https://github.com/jenkinsci/pipeline-aws-plugin/commit/0415225aabfc67325536312ef2e2c2ae3a8a676b Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-28 (Wed, 28 Nov 2018) Changed paths: M README.md R src/main/java/de/taimos/pipeline/aws/WithRoleStep.java R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/config.jelly R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-externalId.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-policy.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-principalArn.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-profile.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-region.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-role.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-roleAccount.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help-samlAssertion.html R src/main/resources/de/taimos/pipeline/aws/WithRoleStep/help.html Log Message: ----------- Remove withRole step Commit: 3be6fda8d75a4c1267bb740d4f1615637441de08 https://github.com/jenkinsci/pipeline-aws-plugin/commit/3be6fda8d75a4c1267bb740d4f1615637441de08 Author: Benjamin René <brene.prestata...@oui.sncf> Date: 2018-11-29 (Thu, 29 Nov 2018) Changed paths: M README.md Log Message: ----------- Remove with role addition in changelog Commit: df32b30cdd7ad1f14474b1e1e98c6ab35c4ce8f8 https://github.com/jenkinsci/pipeline-aws-plugin/commit/df32b30cdd7ad1f14474b1e1e98c6ab35c4ce8f8 Author: Thorsten Hoeger <thorsten.hoe...@hoegernet.com> Date: 2018-11-29 (Thu, 29 Nov 2018) Changed paths: M README.md M src/main/java/de/taimos/pipeline/aws/WithAWSStep.java A src/main/java/de/taimos/pipeline/aws/utils/AssumedRole.java M src/main/resources/de/taimos/pipeline/aws/WithAWSStep/config.jelly A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-principalArn.html A src/main/resources/de/taimos/pipeline/aws/WithAWSStep/help-samlAssertion.html M src/test/java/de/taimos/pipeline/aws/WithAWSStepTest.java Log Message: ----------- Merge pull request #142 from benjaminrene/master Make assumeRole using SAML assertion Compare: https://github.com/jenkinsci/pipeline-aws-plugin/compare/a791ee152f95...df32b30cdd7a **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.