This commit is contained in:
2023-04-22 13:24:56 +03:00
parent 6a745c0f90
commit fd4f32b0ee

View File

@@ -4,7 +4,7 @@ class Platforms {
def steps
public Platforms(steps) {this.steps = steps}
public Boolean get() {
stage("Download platforms.json") {
steps.stage("Download platforms.json") {
steps.sh "rm -rf platforms"
steps.sh "git clone --depth 1 ${steps.env.PLATFORMS_GIT} platforms"
}