Skip to content

Commit

Permalink
Testing sonarqube build step
Browse files Browse the repository at this point in the history
  • Loading branch information
W1LDCAT5 committed May 17, 2023
1 parent 5750dff commit b001f2f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
@Library('jenkins-shared-libs') _
@Library('jenkins-shared-libs@ID-30289') _
def config = [ appName: 'canvas-api',
podName: 'java-11-maven-3.5.2.yaml',
containerName: 'jdk-11-maven',
runUnitTests: true,
runIntegrationTests: false
runIntegrationTests: false,
runSonar: true
]
javaPipeline(config)

0 comments on commit b001f2f

Please sign in to comment.