|
|
@@ -177,7 +177,7 @@ pipeline {
|
|
|
remote.user = usernameHW
|
|
|
remote.password = passwordHW
|
|
|
}
|
|
|
-// if(params.module == 'sp-user-mobile-center') {
|
|
|
+ if (params.module == 'sp-user-mobile-center') {
|
|
|
sh """cd ${params.modulePrefix}/${params.module} && npm install && npm run build:${params.profile}"""
|
|
|
} else {
|
|
|
sh """cd ${params.modulePrefix}/${params.module} && npm install && npm run ${params.profile}"""
|