Skip to content

Commit

Permalink
Merge pull request #183 from MarkEWaite/another-try-at-arm64
Browse files Browse the repository at this point in the history
Do not force ACI agents
  • Loading branch information
MarkEWaite authored Apr 30, 2020
2 parents bf816e3 + 0f6367c commit e87adec
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 @@ -18,4 +18,4 @@ subsetConfiguration = [ [ jdk: '8', platform: 'windows', jenkins: null
[ jdk: '11', platform: 's390x', jenkins: use_newer_jenkins ? '2.222.3' : '2.234', javaLevel: '8' ]
]

buildPlugin(forceAci: true, configurations: subsetConfiguration, failFast: false)
buildPlugin(configurations: subsetConfiguration, failFast: false)

0 comments on commit e87adec

Please sign in to comment.