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