ud
This commit is contained in:
@@ -19,7 +19,7 @@ pipeline {
|
||||
OUTPUT_FOLDER_PATH = "${env.ENV}-${env.PROJECT_NAME}-${params.PORTAL_NAME}-output" //thư mục .output
|
||||
|
||||
COMMAND_NUXT_INSTALL = 'npm install' //command install dependencies
|
||||
COMMAND_NUXT_BUILD = "yarn build" // command build MT uat
|
||||
COMMAND_NUXT_BUILD = "NITRO_OUTPUT=${env.OUTPUT_FOLDER_PATH} yarn build" // command build MT uat
|
||||
|
||||
COMPRESSED_FILE_NAME = "${env.ENV}_${env.PROJECT_NAME}_${params.PORTAL_NAME}_output.zip" // tên file nén
|
||||
COMPRESSED_FILE_PATH = "${env.WORKSPACE }/${env.COMPRESSED_FILE_NAME}"
|
||||
|
||||
Reference in New Issue
Block a user