1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

git log stats

This commit is contained in:
Fedor Katurov 2020-06-05 13:48:32 +07:00
parent 231beb17ae
commit f92310c57a

2
Jenkinsfile vendored
View file

@ -35,7 +35,7 @@ pipeline {
stage('stats') {
steps {
sh "mkdir -p ${WORKSPACE}/dist/stats"
sh "git log --pretty=format:\'{%n },%n\' > ${WORKSPACE}/dist/stats/git.json"
sh "git log --pretty=format:\'{%n "commit": "%H",%n "subject": "%s",%n "timestamp": "%at"%n},%n\' > ${WORKSPACE}/dist/stats/git.json"
}
}