jenkinsfile
Some checks failed
eCommerce-backend/pipeline/head There was a failure building this commit
Some checks failed
eCommerce-backend/pipeline/head There was a failure building this commit
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -2,7 +2,9 @@ pipeline {
|
||||
agent any
|
||||
|
||||
environment {
|
||||
REGISTRY = "192.168.108.200"
|
||||
// 1. ADD :80 HERE. This forces nerdctl to stop looking for Port 443
|
||||
REGISTRY = "192.168.108.200:80"
|
||||
|
||||
APP_NAME = "ecommerce-app"
|
||||
IMAGE_NAME = "ecommerce-backend"
|
||||
IMAGE_TAG = "${REGISTRY}/library/${IMAGE_NAME}:${env.BRANCH_NAME}-${env.BUILD_NUMBER}"
|
||||
|
||||
Reference in New Issue
Block a user