We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 676512f commit 44703c2Copy full SHA for 44703c2
Jenkinsfile
@@ -8,7 +8,9 @@ properties([
8
upstream("knime-python-legacy/${env.BRANCH_NAME.replaceAll('/', '%2F')}" +
9
", knime-distance/${env.BRANCH_NAME.replaceAll('/', '%2F')}")
10
]),
11
- parameters(workflowTests.getConfigurationsAsParameters()),
+ parameters(workflowTests.getConfigurationsAsParameters([
12
+ ignoreConfiguration: ['macosx-aarch']
13
+ ])),
14
buildDiscarder(logRotator(numToKeepStr: '5')),
15
disableConcurrentBuilds()
16
])
0 commit comments