Compare commits

...

3 Commits

Author SHA1 Message Date
John Flinchbaugh 700acba281 try again 2020-12-07 15:47:41 -05:00
John Flinchbaugh 0c0e9d9ae1 import better 2020-12-07 15:46:11 -05:00
John Flinchbaugh 51f6dcdad5 use jenkins shared lib 2020-12-07 15:42:11 -05:00
Vendored
+1 -1
View File
@@ -3,7 +3,7 @@
* Includes the third-party code listed at http://links.sonatype.com/products/nexus/attributions.
* "Sonatype" is a trademark of Sonatype, Inc.
*/
@Library('ci-pipeline-library') _
@Library(['private-pipeline-library', 'jenkins-shared']) _
import com.sonatype.jenkins.pipeline.GitHub
import com.sonatype.jenkins.pipeline.OsTools