Maps look like this [:]

This commit is contained in:
R. Tyler Croy 2016-09-16 20:12:41 -07:00
parent f76b978e56
commit 9ce641f8d0
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -1,9 +1,9 @@
#!/usr/bin/env groovy
String mavenCommand = 'mvn clean install -Dmaven.test.failure.ignore=true'
String testReports ='**/target/surefire-reports/**/*.xml'
String testReports = '**/target/surefire-reports/**/*.xml'
Map platforms = []
Map platforms = [:]
platforms['windows'] = {
node('windows') {