This commit is contained in:
2023-11-19 22:19:33 +03:00
parent 26745e470e
commit 46a7b3c841

View File

@@ -30,10 +30,11 @@ class SDK {
steps.sh "cd build && cmake --build ./ --target install -j${env.JOBS_COUNT}" steps.sh "cd build && cmake --build ./ --target install -j${env.JOBS_COUNT}"
steps.archiveArtifacts 'release/*' steps.archiveArtifacts 'release/*'
// steps.sh 'rm -rf ./build ./bin ./release ./builds' // steps.sh 'rm -rf ./build ./bin ./release ./builds'
}
}, },
// //whiteList: ["ubuntu", "debian", "osx"], // //whiteList: ["ubuntu", "debian", "osx"],
blackList: ["android"] blackList: ["android"]
}) )
steps.stage("Register for autobuild") { steps.stage("Register for autobuild") {
def plugin_jobs_dir = "${env.SHSSDK_DIR}/plugin_jobs" def plugin_jobs_dir = "${env.SHSSDK_DIR}/plugin_jobs"