This commit is contained in:
hoangvv 2025-01-08 01:34:59 +07:00
parent 74ff33ce41
commit 198fe5fa4e
2 changed files with 5 additions and 5 deletions

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ node('Node-Dev-100163') {
sh 'make clean_up'
}
stage('Build') {
sh 'make install'
// sh 'make install'
sh 'make stop_server_docker'
sh 'make gen_config'
sh 'make build_image'

View File

@ -189,8 +189,8 @@ Check_Docker_Install_Final() {
fi
}
Check_OS
Update_Package_Resource
Install_Depends
Check_Dependency_Installation
Check_Docker_Install
# Update_Package_Resource
# Install_Depends
# Check_Dependency_Installation
# Check_Docker_Install
Generate_Config