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