Skip to content

Commit

Permalink
Use jenkins shared (#125)
Browse files Browse the repository at this point in the history
* use jenkins shared lib
  • Loading branch information
jflinchbaugh committed Dec 7, 2020
1 parent f7f7d41 commit bef313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -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

Expand Down

0 comments on commit bef313c

Please sign in to comment.