Skip to content

Commit

Permalink
Add note about loading the jenkins library from the jenkins instance.
Browse files Browse the repository at this point in the history
  • Loading branch information
wayneseymour committed Oct 24, 2019
1 parent 461b7cd commit d2a1c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Jenkinsfile_coverage
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/groovy

library 'kibana-pipeline-library'
kibanaLibrary.load()
kibanaLibrary.load() // load from the Jenkins instance

stage("Kibana Pipeline") { // This stage is just here to help the BlueOcean UI a little bit
timeout(time: 180, unit: 'MINUTES') {
Expand Down

0 comments on commit d2a1c2e

Please sign in to comment.