Skip to content

Instantly share code, notes, and snippets.

@scriptkkiddie
Created February 7, 2023 15:27
Show Gist options
  • Save scriptkkiddie/7fee0b18970b9bf0a050966cd257d141 to your computer and use it in GitHub Desktop.
Save scriptkkiddie/7fee0b18970b9bf0a050966cd257d141 to your computer and use it in GitHub Desktop.
Jenkins Shared Library Sample Function in Groovy
def test(message)  {
    node {
        echo "INFO: ${message}"
    } 
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment