add REPO_NAME variable
This commit is contained in:
parent
948f51590e
commit
89bbd00215
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@ -9,9 +9,12 @@ pipeline {
|
||||
ansiColor('xterm')
|
||||
}
|
||||
environment {
|
||||
// TODO: can we just use jenkin's PROJECT_NAME? I think that might cause problems with things in the provisioning repo
|
||||
REPO_NAME="web3-proxy"
|
||||
|
||||
// AWS_ECR_URL needs to be set in jenkin's config.
|
||||
// AWS_ECR_URL could really be any docker registry. we just use ECR so that we don't have to manage it
|
||||
REGISTRY="${AWS_ECR_URL}/web3-proxy"
|
||||
REGISTRY="${AWS_ECR_URL}/${REPO_NAME}"
|
||||
|
||||
// branch that should get tagged with "latest_$arch" (stable, main, master, etc.)
|
||||
LATEST_BRANCH="main"
|
||||
|
Loading…
Reference in New Issue
Block a user