This commit is contained in:
hoangvv 2025-01-07 18:43:03 +07:00
parent 66053117b1
commit 7be5aa3b37
2 changed files with 3 additions and 3 deletions

4
Jenkinsfile vendored
View File

@ -6,10 +6,10 @@ node('Node-Dev-100163') {
}
stage('Build') {
sh 'make install'
sh 'make clean_up'
sh 'make build_image'
}
stage('Start Docker Container'){
sh 'make clean_up'
stage('Start Docker Container'){
sh 'make run_server_docker'
}
stage('Testing') {

View File

@ -13,8 +13,8 @@ SETUP_PATH=${PWD}/setup
HASH := $(shell git rev-parse HEAD)
CONFIG=odoo.conf
ODOO_IMAGE=hub.nextzenos.com/nexterp/odoo
CONTAINER_ID=odoo-${TAG}
TAG := main
CONTAINER_ID=odoo-${TAG}
install:
sudo apt -y update && \
sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev