Updated Jenkinsfile
This commit is contained in:
parent
aaa5c4f843
commit
fd13ffaf27
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -9,10 +9,10 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
//CMake specific flags
|
//CMake specific flags
|
||||||
CMAKE_OPTIONS = ''
|
CMAKE_OPTIONS = ''
|
||||||
CMAKE_MAKE_OPTIONS = '-j12'
|
CMAKE_MAKE_OPTIONS = '-j32'
|
||||||
|
|
||||||
//Make specific flags
|
//Make specific flags
|
||||||
MAKE_OPTIONS = '-j12'
|
MAKE_OPTIONS = '-j32'
|
||||||
|
|
||||||
JENKINS_BUILD_TARGET="${params.target}"
|
JENKINS_BUILD_TARGET="${params.target}"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user