Skip to content

Commit

Permalink
feat: fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulguptajss committed Sep 25, 2024
1 parent 449293d commit d023436
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion integration/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@ pipeline {

withCredentials([string(credentialsId: 'PROMETHEUS_URL', variable: 'PROMETHEUS_URL')]) {
sh '''
cd /opt/harvest
cp -r /opt/harvest/bin $WORKSPACE/harvest
cd $WORKSPACE/harvest
bin/harvest generate metrics --poller dc1 --config /u/mpeg/harvest/harvest.yml --prom-url $PROMETHEUS_URL
'''
}
Expand Down

0 comments on commit d023436

Please sign in to comment.