Commit b195af34 authored by hardy's avatar hardy

change agent for boto3

parent 47c26a33
...@@ -379,6 +379,7 @@ pipeline { ...@@ -379,6 +379,7 @@ pipeline {
} }
} }
stage ("Result Update"){ stage ("Result Update"){
agent {label DataBaseHost}
steps { steps {
script { script {
dir ('ci-scripts/ran_dashboard') { dir ('ci-scripts/ran_dashboard') {
......
...@@ -507,7 +507,7 @@ class Dashboard: ...@@ -507,7 +507,7 @@ class Dashboard:
s3.meta.client.copy(copy_source, 'oaitestdashboard', path+'/'+ 'test_styles.css') s3.meta.client.copy(copy_source, 'oaitestdashboard', path+'/'+ 'test_styles.css')
def PostGitNote(self,singlemr) def PostGitNote(self,singlemr):
gl = gitlab.Gitlab.from_config('OAI') gl = gitlab.Gitlab.from_config('OAI')
project_id = 223 project_id = 223
project = gl.projects.get(project_id) project = gl.projects.get(project_id)
......
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