Skip to content

Commit

Permalink
hotfix: set PATH for blobxfer
Browse files Browse the repository at this point in the history
  • Loading branch information
lemeurherve authored Dec 18, 2023
1 parent 1c1edbf commit e4f4a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ pipeline {
NODE_ENV = 'production'
GATSBY_MATOMO_SITE_ID = '1'
GATSBY_MATOMO_SITE_URL = 'https://jenkins-matomo.do.g4v.dev'
// TODO: Remove this "custom PATH" once https://github.com/jenkins-infra/docker-builder/blob/e5749f5cf0392549a89ba3a5b41a41fe55ec48dd/Dockerfile#L46 is updated to persist it
PATH = "/home/jenkins/.local/bin:${env.PATH}"
}
steps {
withCredentials([
Expand Down

0 comments on commit e4f4a78

Please sign in to comment.