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