Skip to content

Instantly share code, notes, and snippets.

View sldenazis's full-sized avatar
🧟

Santiago LD sldenazis

🧟
  • Buenos Aires
View GitHub Profile
@jhoblitt
jhoblitt / rtp.groovy
Created September 7, 2017 19:51
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>'
}