Skip to content

Commit

Permalink
Catalog corrections ayushiee#2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhei2023 committed Jul 25, 2024
1 parent 45212e0 commit ac65962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/build.Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ pipeline {
steps {
script {
def IMAGE_FULL_NAME = "${DOCKER_USERNAME}/${IMAGE_BASE_NAME}:${IMAGE_TAG}"
sh '''
sh """
docker build -t ${IMAGE_FULL_NAME} .
docker push ${IMAGE_FULL_NAME}
'''
"""
env.IMAGE_FULL_NAME = IMAGE_FULL_NAME // set IMAGE_FULL_NAME to the environment variable for the next stage
}
}
Expand Down

0 comments on commit ac65962

Please sign in to comment.