This step allows you to set a status for a certain commit.
Details can be found here:https://developer.github.com/v3/repos/statuses/.
Typically, following information is set:
*state (pending, failure, success)
*context
*target URL (link to details)
It can for example be used to create additional check indicators for a pull request which can be evaluated and also be enforced by GitHub configuration.
spec:
inputs:
secrets:
- name:githubTokenCredentialsId
description:Jenkins 'Secret text' credentials ID containing token to authenticate to GitHub.
type:jenkins
params:
- name:apiUrl
aliases:
- name:githubApiUrl
description:Set the GitHub API URL.
scope:
- GENERAL
- PARAMETERS
- STAGES
- STEPS
type:string
default:https://api.github.com
mandatory:true
- name:commitId
description:The commitId for which the status should be set.
description:GitHub personal access token as per https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line.