Commit 2eb21500 authored by illsilin's avatar illsilin
Browse files

make sure scripts are launched from build folder

parent a7d426a6
......@@ -273,7 +273,9 @@ def cmake_build(Map conf=[:]){
else{
sh """${pre_setup_cmd}"""
}
dir("build"){
sh cmd
}
// Only archive from master or develop
if (package_build == true && (env.BRANCH_NAME == "develop" || env.BRANCH_NAME == "amd-master")) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment