diff --git a/Jenkinsfile b/Jenkinsfile index 336aaf2f..1c1dfa85 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -35,7 +35,7 @@ pipeline { stage('stats') { steps { sh "mkdir -p ${WORKSPACE}/dist/stats" - sh "git log --pretty=format:\'{%n "commit": "%H",%n "subject": "%s",%n "timestamp": "%at"%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" } }