Rename the second stage of the pipeline in the Jenkinsfile
This commit is contained in:
parent
a875f8ab80
commit
e414688156
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -23,7 +23,7 @@ pipeline { // Multi-branch pipeline script for Yerbacon.
|
|||||||
cmake arguments: '--build ./cmake-build-release-arm --target ybcon -- -j 4', installation: 'Main'
|
cmake arguments: '--build ./cmake-build-release-arm --target ybcon -- -j 4', installation: 'Main'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Cross-compile') {
|
stage('Build for other platforms') {
|
||||||
steps {
|
steps {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
cmakeBuild buildDir: 'cmake-build-release-win32', buildType: 'release', cleanBuild: true, installation: 'Main',
|
cmakeBuild buildDir: 'cmake-build-release-win32', buildType: 'release', cleanBuild: true, installation: 'Main',
|
||||||
|
Loading…
Reference in New Issue
Block a user