1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2024-12-14 11:03:09 +02:00
sap-jenkins-library/pkg/orchestrator
Googlom e805beda70
feat(orchestrator): add implementation for GitHub (#4525)
* add comments with examples to methods

* a bit refactoring and cleanup

* actionsURL

* GetBuildStatus

* GetBuildID, GetChangeSet, GetPipelineStartTime

* GetStageName and GetBuildReason

* refactor fetching jobs

* GetJobName and GetJobURL

* chnage GetBuildURL

* refactor actionsURL

* fix guessCurrentJob bug

* unit tests for all

* refactor GetLog

* refactor and fix tests

* change GetBuildURL to use env vars

* fix issues

* leftover

* add comment

* fix according to review comments

---------

Co-authored-by: Gulom Alimov <gulomjon.alimov@sap.com>
Co-authored-by: Jordi van Liempt <35920075+jliempt@users.noreply.github.com>
2023-08-29 09:32:35 +02:00
..
azureDevOps_test.go feat(golangBuild): use 'unit' build tag to include tests during test execution (#4345) 2023-05-03 21:02:11 +05:00
azureDevOps.go feat(orchestrator): add implementation for GitHub (#4525) 2023-08-29 09:32:35 +02:00
gitHubActions_test.go feat(orchestrator): add implementation for GitHub (#4525) 2023-08-29 09:32:35 +02:00
gitHubActions.go feat(orchestrator): add implementation for GitHub (#4525) 2023-08-29 09:32:35 +02:00
jenkins_test.go feat(golangBuild): use 'unit' build tag to include tests during test execution (#4345) 2023-05-03 21:02:11 +05:00
jenkins.go feat(orchestrator): add implementation for GitHub (#4525) 2023-08-29 09:32:35 +02:00
orchestrator_test.go feat(golangBuild): use 'unit' build tag to include tests during test execution (#4345) 2023-05-03 21:02:11 +05:00
orchestrator.go feat(orchestrator): add implementation for GitHub (#4525) 2023-08-29 09:32:35 +02:00
testUtils_test.go feat(golangBuild): use 'unit' build tag to include tests during test execution (#4345) 2023-05-03 21:02:11 +05:00
unknownOrchestrator_test.go feat(golangBuild): use 'unit' build tag to include tests during test execution (#4345) 2023-05-03 21:02:11 +05:00
unknownOrchestrator.go feat(orchestrator package) Adds GetChangeSet functionality to Jenkins provider (#3852) 2022-06-30 12:49:21 +02:00