diff --git a/src/org/SHS/Platforms.groovy b/src/org/SHS/Platforms.groovy index d5ab433..2ea6011 100644 --- a/src/org/SHS/Platforms.groovy +++ b/src/org/SHS/Platforms.groovy @@ -2,12 +2,12 @@ package org.SHS class Platforms { def steps - Platforms(steps) { - this.steps = steps + public Platforms(steps) {this.steps = steps} + public Boolean get() { // stage("Download platforms.json") { steps.sh "rm -rf platforms" steps.sh "git clone --depth 1 ${env.PLATFORMS_GIT} platforms" //} - } + } \ No newline at end of file