Skip to content

Instantly share code, notes, and snippets.

@KyMidd
Last active October 2, 2022 16:35
Show Gist options
  • Select an option

  • Save KyMidd/88275c482a0943f49913366265f6ed51 to your computer and use it in GitHub Desktop.

Select an option

Save KyMidd/88275c482a0943f49913366265f6ed51 to your computer and use it in GitHub Desktop.
name: Jenkins Notify, Track, Surface Exit Code
description: 'I am used to tell Jenkins a commit was made'
inputs:
jenkins-server:
description: 'URL of the Jenkins server with trailing slash'
required: true
jenkins-username:
description: 'User name for accessing Jenkins. Store this in a secret for security'
required: true
jenkins-api-token:
description: 'API token for accessing Jenkins. Store this in a secret for security'
required: true
verbose:
description: 'true/false - turns on verbose logging'
required: false
default: 'false'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment