Skip to content

Commit

Permalink
Fix Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
fr1kin committed Jan 1, 2021
1 parent bb5c7b5 commit 064b051
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 @@ -11,7 +11,7 @@ node {
// ANSI color codes to something that renders inside the Jenkins
// console.
stage('cibuild') {
withEnv('JENKINS_BUILDING=yes') {
withEnv(['JENKINS_BUILDING=yes']) {
wrap([$class: 'AnsiColorBuildWrapper']) {
sh './scripts/cibuild'
archiveArtifacts artifacts: '**/build/libs/ForgeHax*.jar', fingerprint: true
Expand Down

0 comments on commit 064b051

Please sign in to comment.