Skip to content

Commit

Permalink
Merge pull request #3 from lgrill-pentaho/master
Browse files Browse the repository at this point in the history
[CLEANUP] Reduce artifacts archived
  • Loading branch information
smaring authored Mar 29, 2018
2 parents 7419844 + 68f9e91 commit 8eb1ab3
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 @@ -163,7 +163,7 @@ pipeline {
}
}
steps {
archiveArtifacts artifacts: '**/target/**/*.gz, **/target/**/*.tar.gz, **/target/**/*.zip', fingerprint: false
archiveArtifacts artifacts: '**/target/*.gz, **/target/*.tar.gz, **/target/*.zip', fingerprint: false
}
}

Expand Down

0 comments on commit 8eb1ab3

Please sign in to comment.