We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f16a06 commit 01b3a22Copy full SHA for 01b3a22
Jenkinsfile
@@ -41,7 +41,7 @@ stage('Configure') {
41
// new BuildEnvironment( dbName: 'sybase' ),
42
// Don't build with HANA by default, but only do it nightly until we receive a 3rd instance
43
// new BuildEnvironment( dbName: 'hana_cloud', dbLockableResource: 'hana-cloud', dbLockResourceAsHost: true ),
44
- new BuildEnvironment( node: 's390x', additionalOptions: '-PexcludeTests=**/KotlinProjectTests*' ),
+ new BuildEnvironment( node: 's390x' ),
45
new BuildEnvironment( dbName: 'tidb', node: 'tidb',
46
notificationRecipients: '[email protected]' ),
47
// We want to enable preview features when testing newer builds of OpenJDK:
0 commit comments