mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-07-16 10:02:59 -07:00
Enable parallel stages on Jenkins (#476)
This commit is contained in:
parent
8d4b15325a
commit
1763d0bfce
1 changed files with 111 additions and 107 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -7,6 +7,8 @@ pipeline {
|
|||
}
|
||||
|
||||
stages {
|
||||
stage('Build SoH') {
|
||||
parallel {
|
||||
stage ('Build Windows') {
|
||||
options {
|
||||
timeout(time: 20)
|
||||
|
@ -120,4 +122,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue