mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Update Jenkinsfile
This commit is contained in:
parent
e71fb5cfeb
commit
2c78b770ea
15
Jenkinsfile
vendored
15
Jenkinsfile
vendored
@ -1,9 +1,4 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage("Build") {
|
||||
failFast true
|
||||
def parallel_stages() {
|
||||
def parallel_stages() {
|
||||
parallel {
|
||||
stage("Release/SSE") {
|
||||
agent { label "x86" }
|
||||
@ -826,9 +821,13 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage("Build") {
|
||||
failFast true
|
||||
parallel_stages()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user