diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2022-09-08 15:38:43 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2022-09-08 15:38:43 +0000 |
commit | a9a4e3fa28777248393139a826726a0522957582 (patch) | |
tree | 00c1071d08a085ac974247eb8edce630cda47900 /jjb | |
parent | f07d94d698a666840260b2b972cf48e2cf86338e (diff) | |
parent | 1a5136235e4cb8881f1526cefbf3949fe6847578 (diff) |
Merge "Publish docx and single rst to testresults.opnfv.org"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/cntt/cntt.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jjb/cntt/cntt.yaml b/jjb/cntt/cntt.yaml index f214dd523..23bb3a972 100644 --- a/jjb/cntt/cntt.yaml +++ b/jjb/cntt/cntt.yaml @@ -18,6 +18,14 @@ echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/$i\n" done) fi + if [ -d {dir}/gsma ]; then + (cd {dir}/gsma + wget -q -N https://dl.min.io/client/mc/release/linux-amd64/mc && chmod a+x mc + for i in *.docx *.rst; do + ./mc cp -r -q $i opnfv/artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma/$i + echo "\nhttps://artifacts.opnfv.org/{stream}/$BUILD_TAG/gsma/$i\n" + done) + fi - scm: name: cntt-scm |