fix commit msg for failures
This commit is contained in:
@ -52,7 +52,7 @@
|
||||
body:
|
||||
id : "{{ gitlab_proj_id }}"
|
||||
branch : "{{ git_commit_branch }}"
|
||||
commit_message : "Job {{ lookup('env', 'JOB_ID') | default('N/A', true) }} - {{ inventory_hostname }}; SUCCESS"
|
||||
commit_message : "Job {{ lookup('env', 'JOB_ID') | default('N/A', true) }} - {{ inventory_hostname }}; FAILURE"
|
||||
author_name : "{{ git_commit_author }}"
|
||||
author_email : "{{ git_commit_email }}"
|
||||
actions:
|
||||
|
Reference in New Issue
Block a user