-
Notifications
You must be signed in to change notification settings - Fork 658
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented Gitlab CI polling and build property support (#986)
* feat(gitlabci): Completed GitLab CI polling and added build properties implementation * chore(gitlabci): removed unused class * chore(gitlabci): removed unused test code * fix(gitlabci): Reverted config from gitlabci to gitlab-ci * fix(gitlabci): Reverted build service provider to GITLAB_CI * chore(gitlabci): Fixing typo in README * chore(gitlabci): Adjust wording of integration test for accuracy Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com> * feat(gitlabci): Additional gitlab-ci config settings, README docs * chore(gitlabci): Updated code comments for additional clarity * fix(gitlabci): Fixing false positive matches in build log property parser (#2) * feat(gitlabci): Added additional GitlabCI configuration options * chore(gitlabci): Additional unit tests and configuration validation Co-authored-by: David Byron <82477955+dbyron-sf@users.noreply.github.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
e4fc102
commit 47bf43d
Showing
19 changed files
with
495 additions
and
226 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.