Skip to content

Commit

Permalink
Don't track scmVars
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jun 17, 2020
1 parent 184bd3c commit fc8efe2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vars/workers.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def base(Map params, Closure closure) {
if (config.scm) {
// Try to clone from Github up to 8 times, waiting 15 secs between attempts
retryWithDelay(8, 15) {
def scmVars = checkout scm
buildState.add('scmVars', scmVars)
checkout scm
}

dir("kibana") {
Expand Down

0 comments on commit fc8efe2

Please sign in to comment.