Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherdjerred committed Feb 17, 2024
1 parent 7a7c4f1 commit bf1815e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pipeline {
}
}
environment {
EARTHLY_TOKEN = $credentials('EARTHLY_TOKEN')
EARTHLY_TOKEN = credentials('EARTHLY_TOKEN')
}
stages {
stage('Build') {
Expand Down

0 comments on commit bf1815e

Please sign in to comment.