We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5750dff commit b001f2fCopy full SHA for b001f2f
Jenkinsfile
@@ -1,8 +1,9 @@
1
-@Library('jenkins-shared-libs') _
+@Library('jenkins-shared-libs@ID-30289') _
2
def config = [ appName: 'canvas-api',
3
podName: 'java-11-maven-3.5.2.yaml',
4
containerName: 'jdk-11-maven',
5
runUnitTests: true,
6
- runIntegrationTests: false
+ runIntegrationTests: false,
7
+ runSonar: true
8
]
9
javaPipeline(config)
0 commit comments