forked from Archive/PX4-Autopilot
Jenkins remove fast fail
- this saves build resources, but makes finding the actual failure rather hard (with the current blue ocean gui).
This commit is contained in:
parent
32cba41bed
commit
86ad2ada71
|
@ -207,7 +207,6 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
builds.failFast = true
|
||||
parallel builds
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue