Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
* Added artifacts to Jenkinsfile
  • Loading branch information
ZeXtrasJay committed Apr 15, 2019
1 parent eaf6107 commit 8bf2447
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ pipeline {
stage('Make') {
steps {
sh '. $NVM_DIR/nvm.sh && make clean all'
archiveArtifacts artifacts: "dist/zimbra_drive.tgz", fingerprint: true
archiveArtifacts artifacts: "dist/zimbradrive.tar.gz", fingerprint: true
archiveArtifacts artifacts: "dist/zimbra_drive.md5", fingerprint: true
}
}
}
Expand Down

0 comments on commit 8bf2447

Please sign in to comment.