Remove ECR

This commit is contained in:
Layla 2019-12-20 14:27:44 -05:00
parent f49075179f
commit 513cc6230f

7
Jenkinsfile vendored
View File

@ -4,14 +4,13 @@ pipeline {
options { timestamps() }
agent any
environment {
SERVICE = 'auto-semver'
GITHUB_URL = 'git@github.com:RightBrain-Networks/auto-semver.git'
DOCKER_REGISTRY = credentials('RbnDockerRegistry')
GITHUB_KEY = 'rbn-ops github'
DOCKER_CREDENTIALS = 'rbnopsDockerHubToken'
//Image tag to use for self-versioning
SELF_SEMVER_TAG = "master"
SERVICE = 'auto-semver'
SELF_SEMVER_TAG = "master" //Image tag to use for self-versioning
}
stages {