diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 18de85fbc7cb9624b542775fc536865aef405dee..c433c14422819959df42a835fb1c8a443aa7fe8b 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy @@ -43,7 +43,7 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa sh "devops/tools/license_scan.sh" } else { - Println("skip the scan for merge") + println("skip the scan for merge") } }