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:
14
Jenkinsfile
vendored
14
Jenkinsfile
vendored
@@ -2,12 +2,14 @@ pipeline {
|
|||||||
agent any
|
agent any
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
REGISTRY = "192.168.108.200"
|
// 1. ADD :80 HERE. This forces nerdctl to stop looking for Port 443
|
||||||
APP_NAME = "ecommerce-app"
|
REGISTRY = "192.168.108.200:80"
|
||||||
IMAGE_NAME = "ecommerce-backend"
|
|
||||||
IMAGE_TAG = "${REGISTRY}/library/${IMAGE_NAME}:${env.BRANCH_NAME}-${env.BUILD_NUMBER}"
|
APP_NAME = "ecommerce-app"
|
||||||
NAMESPACE = "ecommerce"
|
IMAGE_NAME = "ecommerce-backend"
|
||||||
CONTAINERD_ADDR = "/run/containerd-pod/containerd.sock"
|
IMAGE_TAG = "${REGISTRY}/library/${IMAGE_NAME}:${env.BRANCH_NAME}-${env.BUILD_NUMBER}"
|
||||||
|
NAMESPACE = "ecommerce"
|
||||||
|
CONTAINERD_ADDR = "/run/containerd-pod/containerd.sock"
|
||||||
}
|
}
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
|
|||||||
Reference in New Issue
Block a user