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
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -1,8 +1,3 @@
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage("Build") {
|
||||
failFast true
|
||||
def parallel_stages() {
|
||||
parallel {
|
||||
stage("Release/SSE") {
|
||||
@ -827,8 +822,12 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
pipeline {
|
||||
agent none
|
||||
stages {
|
||||
stage("Build") {
|
||||
failFast true
|
||||
parallel_stages()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user