add stage for running prometheus.py
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
7d5db8d1b6
commit
1dd8ed6743
|
@ -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'),
|
||||
|
|
Loading…
Reference in New Issue