mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-16 09:21:52 +03:00
fix large pipeline error
This commit is contained in:
committed by
Konstantinos Margaritis
parent
e6cb2439d4
commit
1dca71c410
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