Skip to content

Commit b001f2f

Browse files
committed
Testing sonarqube build step
1 parent 5750dff commit b001f2f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Jenkinsfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
@Library('jenkins-shared-libs') _
1+
@Library('jenkins-shared-libs@ID-30289') _
22
def config = [ appName: 'canvas-api',
33
podName: 'java-11-maven-3.5.2.yaml',
44
containerName: 'jdk-11-maven',
55
runUnitTests: true,
6-
runIntegrationTests: false
6+
runIntegrationTests: false,
7+
runSonar: true
78
]
89
javaPipeline(config)

0 commit comments

Comments
 (0)