Skip to content
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

#76533 CI pipeline #37

Merged
merged 4 commits into from
Jun 13, 2022
Merged

#76533 CI pipeline #37

merged 4 commits into from
Jun 13, 2022

Conversation

A-Herold
Copy link
Collaborator

@A-Herold A-Herold commented Jun 9, 2022

PR Type

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no API changes)
[ ] Build-related changes
[ x ] CI-related changes
[ ] Documentation content changes
[ ] Application / infrastructure changes
[ ] Other:

What Is the Current Behavior?

Issue Number: Closes #

What Is the New Behavior?

CI pipeline in Azure DevOps will be triggered on every git push.

Does this PR Introduce a Breaking Change?

[ x ] Yes
[ ] No

The maven repo, providing the IOM artifacts, was changed. To be able to get access to this repo, ~/.m2/settings.xml has to be extended by an additional server:

<server> <id>order-iom-blueprint</id> <username>[same username as of order-iom-releases]</username> <password>[same password as of order-iom-releases]</password> </server>

Other Information

- repository: IOMDevopsRepo
type: git
name: order-iom-partner-devops
ref: task/76533-ci-pipeline
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this fallback is not for prod, right ? and will be deleted after ...

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All projects have use the main branch of the pipeline template. But currently there is no pipeline template in main. This has to be changed later, when template is merged to its final position.

@Philipp-Borchert-ISH Philipp-Borchert-ISH merged commit 099ac4c into develop Jun 13, 2022
@Philipp-Borchert-ISH Philipp-Borchert-ISH deleted the task/76533-ci-pipeline branch June 13, 2022 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants