forked from kyma-project/test-infra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PoC] Add support for Jenkins in Image Builder client (kyma-project#1…
…2489) * Add support for Jenkins * Add Jenkins * Update to go 1.23 * Parse jenkins env * Rename env * [Debug Print] Update config.go * [Debug Print] Update config.go * [Debug Print] * Update .golangci.yaml * [Debug Print] * [Debug Print] * The copy of the 'for' variable "change" can be deleted * [Debug Print] * Using logger in loadJenkinsGitState for better tracking. Added checking if required environment variables exists. Fixed regex to not match a .git suffix in reponame matching group. Using named matching groups for better readability. * More logger usage. Deprecation warning. * Fixed tests --------- Co-authored-by: Patryk Dobrowolski <[email protected]> Co-authored-by: Wojciech Sołtys <[email protected]> Co-authored-by: Wojciech Soltys <[email protected]> Co-authored-by: dekiel <[email protected]>
- Loading branch information
1 parent
8631d10
commit 7f01316
Showing
5 changed files
with
150 additions
and
11 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