diff --git a/Jenkinsfile b/Jenkinsfile index adc9774..2356abb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ node('linux') { sh 'pip3 install --user -r requirements.txt' } - stage('Generate Images') { + stage('Gen AppFigures Stats') { withCredentials([ string(credentialsId: 'appfigures-key', variable: 'CLIENT_KEY'), string(credentialsId: 'appfigures-header', variable: 'AUTH_HEADER'), @@ -25,6 +25,10 @@ node('linux') { } } + stage('Gen Whisper Stats') { + sh './prometheus.py analytics' + } + stage('Push Changes') { withCredentials([ string(credentialsId: 'jenkins-github-token', variable: 'GH_TOKEN'),