Skip to content

Commit

Permalink
Fix parens
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed May 22, 2018
1 parent b9fbbc9 commit a7488e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -352,7 +352,7 @@ timestamps {
// define tasks which will run in parallel
def tasks = [
"WILDFLY" : { integrationTests('wildfly8', notify) },
"JBOSSEAP": { integrationTests('jbosseap6'), notify },
"JBOSSEAP": { integrationTests('jbosseap6', notify) },
// abort other tasks (for faster feedback) as soon as one fails
// disabled; not currently handled by pipeline-unit
// failFast: true
Expand Down

0 comments on commit a7488e4

Please sign in to comment.