Skip to content

Commit dbdb101

Browse files
authored
[JENKINS-61683] Initial implementation of GitLab Hook parameters as env variable (#86)
* Initial implementation of GitLab Hook parameters as env variable * Remove event classes from serialization * Add push hook env variables * Add Tag push data * Add all webhook payload to variables and add documentation * more docs * Replace HOOK prefix with GITLAB * Some reformatting to docs * Improve docs and add env variables for only WorkflowRun Builds * Fix ci and add demo test file * fix deps * Add more mr event env variables * Remove test
1 parent e2de9aa commit dbdb101

File tree

13 files changed

+715
-44
lines changed

13 files changed

+715
-44
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ target
77
.project
88
.settings
99
bin
10+
.DS_Store

0 commit comments

Comments
 (0)