diff --git a/Jenkinsfile b/Jenkinsfile index eef6490..6e58700 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,9 @@ def tests = ['primitives', 'array', 'struct', 'addressof', 'callback'] pipeline { - agent any + agent { + label 'linux' + } options { disableConcurrentBuilds()