mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-01 03:57:43 +03:00
fix large pipeline error
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -3,6 +3,7 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage("Build") {
|
stage("Build") {
|
||||||
failFast true
|
failFast true
|
||||||
|
def parallel_stages() {
|
||||||
parallel {
|
parallel {
|
||||||
stage("Release/SSE") {
|
stage("Release/SSE") {
|
||||||
agent { label "x86" }
|
agent { label "x86" }
|
||||||
@@ -826,6 +827,8 @@ pipeline {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
parallel_stages()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user