Skip to content

Instantly share code, notes, and snippets.

@jhoblitt
Created September 7, 2017 19:51
Show Gist options
  • Save jhoblitt/b779b2eb7dfdd96469d9e58378350906 to your computer and use it in GitHub Desktop.
Save jhoblitt/b779b2eb7dfdd96469d9e58378350906 to your computer and use it in GitHub Desktop.
Example of using jenkins rtp plugin from a pipeline script.
node('jenkins-master') {
currentBuild.result = "SUCCESS"
rtp parserName: 'HTML', stableText: '<a href="https://eups.lsst.codes/stack/src">foo</a>'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment