Jenkins - Added build artifact

pull/5/head
Trivernis 5 years ago
parent 0083f669c2
commit a1bfcad374

2
Jenkinsfile vendored

@ -24,6 +24,8 @@ pipeline {
nodejs(nodeJSInstallationName: 'Node 12.x') {
sh 'gulp'
}
sh '/bin/tar -zcvf greenvironment-server.tar.gz dist'
archiveArtifacts artifacts: 'greenvironment-server.tar.gz', fingerprint: true
}
}
}

Loading…
Cancel
Save