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