execute try
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user