This commit is contained in:
2023-04-22 13:16:19 +03:00
parent af0d42c4a1
commit 39aa8337c0

View File

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