| commit | 7cc9f8072b5a12a827138c522ea0ff7d13c2324c | [log] [tgz] |
|---|---|---|
| author | madavi <jm00553988@techmahindra.com> | Wed Sep 18 15:33:25 2019 +0530 |
| committer | madavi <jm00553988@techmahindra.com> | Wed Sep 18 15:33:25 2019 +0530 |
| tree | 900f508079a07835b937bd995dfa15fd258294fe | |
| parent | c7f2074865435ace400300b7b43dbdf811302f44 [diff] |
syntax error rectify Change-Id: Ie339e998d7f9acd83d031398575d432ab2d88ee8 Signed-off-by: madavi <jm00553988@techmahindra.com>
diff --git a/jenkins/ci-pipelines/ci_stage_2.groovy b/jenkins/ci-pipelines/ci_stage_2.groovy index 18de85f..c433c14 100644 --- a/jenkins/ci-pipelines/ci_stage_2.groovy +++ b/jenkins/ci-pipelines/ci_stage_2.groovy
@@ -43,7 +43,7 @@ sh "devops/tools/license_scan.sh" } else { - Println("skip the scan for merge") + println("skip the scan for merge") } }