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 eb8092d commit eddf7bdCopy full SHA for eddf7bd
Jenkinsfile
@@ -21,6 +21,7 @@ pipeline {
21
}
22
23
options {
24
+ skipDefaultCheckout()
25
disableConcurrentBuilds()
26
/*
27
To avoid excessive resource usage in server, we limit the number
@@ -46,6 +47,11 @@ pipeline {
46
47
stage('Configuration') {
48
steps {
49
script {
50
+ checkoutCommunityRepoBranch(
51
+ 'rticonnextdds-examples',
52
+ env.BRANCH_NAME,
53
+ false,
54
+ )
55
pipelineInfo.dockerDir = "${env.WORKSPACE}/resources/docker/"
56
pipelineInfo.staticAnalysisDir = "${env.WORKSPACE}/static_analysis_report"
57
runInsideExecutor(
0 commit comments