This commit is contained in:
2023-11-15 19:16:40 +03:00
parent dfdd95e738
commit f4d33f4c12

View File

@@ -12,7 +12,7 @@ class SDK {
public void build() {
steps.stage("Download sources") {
steps.checkout scm
steps.checkout steps.scm
}
//pl.get()
pl._root = steps.readJSON(file: '${env.SHSSDK_DIR}/platforms.json')