Commit 8dd7e589 authored by hardy's avatar hardy

change to specific run dir

parent d4e13596
...@@ -34,8 +34,9 @@ pipeline { ...@@ -34,8 +34,9 @@ pipeline {
stage ("gDashboard") { stage ("gDashboard") {
steps { steps {
script { script {
dir ("ci-scripts/ran_dashboard") {
//retrieve MR data from gitlab and export to gSheet //retrieve MR data from gitlab and export to gSheet
sh returnStdout: true, script: 'python3 ci-scripts/ran_dashboard.py' sh returnStdout: true, script: 'python3 ran_dashboard.py'
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment