fixed typo
This commit is contained in:
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@@ -3,8 +3,8 @@ pipeline {
|
||||
|
||||
environment {
|
||||
// Tag images with the build number so they are unique
|
||||
BACKEND_IMAGE = "chore-app-backend:${env.BUILD_ID}"
|
||||
FLASK_IMAGE = "chore-app-frontend:${env.BUILD_ID}"
|
||||
FRONTEND_IMAGE = "chore-app-backend:${env.BUILD_ID}"
|
||||
BACKEND_IMAGE = "chore-app-frontend:${env.BUILD_ID}"
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
Reference in New Issue
Block a user