Skip to content

Commit

Permalink
Using Java style loop
Browse files Browse the repository at this point in the history
  • Loading branch information
definite committed Mar 7, 2017
1 parent e8fe309 commit d86252c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ timestamps {
'WILDFLY': 'wildfly8',
'JBOSSEAP': 'jbosseap6'
]
for ( entry: taskProperties ){
for (Map.Entry entry: taskProperties ){
tasks["Integration tests: ${entry.key}"] = {
info.printNode()
info.printEnv()
Expand Down

0 comments on commit d86252c

Please sign in to comment.