Skip to content

Commit

Permalink
Merge pull request #843 from alphagov/jenkins-disable-ruby-diff-linting
Browse files Browse the repository at this point in the history
Disable diff based Ruby linting in Jenkins
  • Loading branch information
cbaines authored Aug 24, 2018
2 parents 6d1576d + e69ebe1 commit 89ed041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ node {
govuk.setEnvar("PACT_BROKER_BASE_URL", "https://pact-broker.cloudapps.digital")

govuk.buildProject(
rubyListDiff: false,
extraParameters: [
stringParam(
name: 'PUBLISHING_API_BRANCH',
Expand Down

0 comments on commit 89ed041

Please sign in to comment.