-
Notifications
You must be signed in to change notification settings - Fork 2
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
Chore/custom cloud auto branch #146
Conversation
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
@@ -25,7 +28,7 @@ pipeline { | |||
// cloud-automation | |||
checkout([ | |||
$class: 'GitSCM', | |||
branches: [[name: 'refs/heads/master']], | |||
branches: [[name: "*/${params.CLOUD_AUTO_BRANCH}"]], |
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.
should the default CLOUD_AUTO_BRANCH
be refs/heads/master
instead of master
?
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.
Tested the changes using uc-cdis/fence#1220. The CLOUD_AUTO_BRANCH is being passed and the correct branch is being downloaded in the jenkins job
Please find the detailed integration test report here Please find the ci env pod logs here |
Please find the detailed integration test report here Please find the ci env pod logs here |
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.
lgtm
Link to JIRA ticket if there is one: GQE-308
New Features
Breaking Changes
Bug Fixes
Improvements
Dependency updates
Deployment changes