Skip to content
Snippets Groups Projects
Commit 4e0b32ad authored by madavi's avatar madavi
Browse files

Remove license check from Merge job


Change-Id: Ie6d6ee1f4a05eab80cb7bf76b18849f5226c7c37
Signed-off-by: default avatarmadavi <jm00553988@techmahindra.com>
parent b6a0bf1d
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,12 @@ def ci_pipeline(mdg,url_prefix,project,branch,refspec,revision,do_stage_3,artifa
}
stage('License Scan') {
if (!JOB_NAME.contains('merge')) {
sh "devops/tools/license_scan.sh"
}
else {
Println("skip the scan for merge")
}
}
container_name = "${project}-${branch}".toLowerCase()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment