Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
commenting out pipeline hash
Browse files Browse the repository at this point in the history
  • Loading branch information
Mbd06b committed Nov 17, 2022
1 parent a41245f commit 58c4b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/atc-jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pipeline{
}

environment {
PIPELINE_HASH = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim()
// PIPELINE_HASH = sh(script: 'git rev-parse --short HEAD', returnStdout: true).trim()
HARBOR_REGISTRY = 'harbor.dev.afsmtddso.com'
HARBOR_PROJECT = 'mdowell-harbor-project'
APP_IMAGE_NAME = 'mgl-webapp'
Expand Down

0 comments on commit 58c4b1a

Please sign in to comment.