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