mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-02 22:54:43 +03:00
Update Jenkinsfile
This commit is contained in:
committed by
GitHub
parent
4bb34c4140
commit
f355d77314
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()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user