Fixing tests
This commit is contained in:
parent
0ae84a8640
commit
62b2ef50e8
|
|
@ -1,7 +1,9 @@
|
|||
def tests = ['primitives', 'array', 'struct', 'addressof', 'callback']
|
||||
|
||||
pipeline {
|
||||
agent any
|
||||
agent {
|
||||
label 'linux'
|
||||
}
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
|
|
|
|||
Loading…
Reference in New Issue