execute try

This commit is contained in:
2023-04-22 13:41:36 +03:00
parent 5389f17e59
commit 31d06606c6

View File

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