update
This commit is contained in:
parent
66053117b1
commit
7be5aa3b37
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -6,10 +6,10 @@ node('Node-Dev-100163') {
|
|||||||
}
|
}
|
||||||
stage('Build') {
|
stage('Build') {
|
||||||
sh 'make install'
|
sh 'make install'
|
||||||
|
sh 'make clean_up'
|
||||||
sh 'make build_image'
|
sh 'make build_image'
|
||||||
}
|
}
|
||||||
stage('Start Docker Container'){
|
stage('Start Docker Container'){
|
||||||
sh 'make clean_up'
|
|
||||||
sh 'make run_server_docker'
|
sh 'make run_server_docker'
|
||||||
}
|
}
|
||||||
stage('Testing') {
|
stage('Testing') {
|
||||||
|
2
Makefile
2
Makefile
@ -13,8 +13,8 @@ SETUP_PATH=${PWD}/setup
|
|||||||
HASH := $(shell git rev-parse HEAD)
|
HASH := $(shell git rev-parse HEAD)
|
||||||
CONFIG=odoo.conf
|
CONFIG=odoo.conf
|
||||||
ODOO_IMAGE=hub.nextzenos.com/nexterp/odoo
|
ODOO_IMAGE=hub.nextzenos.com/nexterp/odoo
|
||||||
CONTAINER_ID=odoo-${TAG}
|
|
||||||
TAG := main
|
TAG := main
|
||||||
|
CONTAINER_ID=odoo-${TAG}
|
||||||
install:
|
install:
|
||||||
sudo apt -y update && \
|
sudo apt -y update && \
|
||||||
sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev
|
sudo apt install -y python3-full python3-pip libldap2-dev libpq-dev libsasl2-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user