Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Missing comma in fingerprint step
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypoulz authored Nov 28, 2017
1 parent 12609b7 commit 4c4784e
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 @@ -51,7 +51,7 @@ ansiColor('xterm') {
}

stage ('Archive Test Output') {
archiveArtifacts artifacts: 'tests/playbooks/**/artifacts/*' fingerprint: true
archiveArtifacts artifacts: 'tests/playbooks/**/artifacts/*', fingerprint: true
junit 'tests/playbooks/**/reports/*.xml'
}

Expand Down

0 comments on commit 4c4784e

Please sign in to comment.