This commit is contained in:
hoangvv 2025-01-07 18:22:42 +07:00
parent 5ce42e9211
commit eb01adca24

1
Jenkinsfile vendored
View File

@ -6,7 +6,6 @@ node('Node-Dev-100163') {
} }
stage('Build') { stage('Build') {
sh 'make install' sh 'make install'
sh 'make push-image'
sh 'make build-image' sh 'make build-image'
} }
stage('Start Docker Container'){ stage('Start Docker Container'){