|
@@ -177,11 +177,11 @@ pipeline {
|
|
|
remote.user = usernameHW
|
|
remote.user = usernameHW
|
|
|
remote.password = passwordHW
|
|
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}"""
|
|
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}"""
|
|
|
|
|
- }
|
|
|
|
|
|
|
+// } else {
|
|
|
|
|
+// sh """cd ${params.modulePrefix}/${params.module} && npm install && npm run ${params.profile}"""
|
|
|
|
|
+// }
|
|
|
|
|
|
|
|
// sh """cd ${params.modulePrefix}/${params.module} && npm run ${params.profile}"""
|
|
// sh """cd ${params.modulePrefix}/${params.module} && npm run ${params.profile}"""
|
|
|
|
|
|