Updated jetkinsfile
This commit is contained in:
parent
204db52258
commit
b9a3229e2e
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -11,10 +11,10 @@ pipeline {
|
|||||||
environment {
|
environment {
|
||||||
//CMake specific flags
|
//CMake specific flags
|
||||||
CMAKE_OPTIONS = ''
|
CMAKE_OPTIONS = ''
|
||||||
CMAKE_MAKE_OPTIONS = '-j 12'
|
CMAKE_MAKE_OPTIONS = '-j12'
|
||||||
|
|
||||||
//Make specific flags
|
//Make specific flags
|
||||||
MAKE_OPTIONS = '-j 12'
|
MAKE_OPTIONS = '-j12'
|
||||||
|
|
||||||
JENKINS_BUILD_TARGET="${params.target}"
|
JENKINS_BUILD_TARGET="${params.target}"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user