mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Merge pull request #105 from VectorCamp/bugfix/jenkins
fix large pipeline error
This commit is contained in:
commit
e71fb5cfeb
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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user