Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MEC Robot Test Suite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
9a0b289a
Commit
9a0b289a
authored
3 years ago
by
Miguel Angel Reina Ortega
Browse files
Options
Downloads
Patches
Plain Diff
Triggering CI/CD of Robot Hive Tap Test Tools project for 'plu' branches
parent
b0232eb9
No related branches found
Branches containing commit
Tags
v2.2.1-rc3
Tags containing commit
1 merge request
!2
V2.2.1 dev
Pipeline
#8529
passed
3 years ago
Stage: external
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.jenkins.sh
+18
-1
18 additions, 1 deletion
.jenkins.sh
with
18 additions
and
1 deletion
.jenkins.sh
+
18
−
1
View file @
9a0b289a
...
...
@@ -9,7 +9,24 @@ cd "$(dirname "$0")"
run_dir
=
"
$(
pwd
)
"
echo
"Using git branch
$GIT_BRANCH
"
./scripts/build-container.sh
./scripts/run-container.sh
"
${
run_dir
}
"
exit
$?
if
[[
"
$GIT_BRANCH
"
=
~ .
*
fix-plu
$
]]
;
then
apiTestsVersion
=
$(
echo
$GIT_BRANCH
|
cut
-d
'/'
-f
2
)
apiTestsVersion
=
$(
echo
$apiTestsVersion
|
cut
-d
'-'
-f
1
)
echo
apiTestsVersion
curl
-X
POST
\
-F
token
=
${
ROBOT_HIVE_TAP_TT_TOKEN
}
\
-F
ref
=
master
\
-F
"variables[API_TESTS_VERSION]=
$apiTestsVersion
"
\
-F
"variables[TEST_SUITE]=MEC"
\
https://forge.etsi.org/rep/api/v4/projects/484/trigger/pipeline
fi
ret
=
$?
echo
"Final validation result:
$ret
"
exit
$ret
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment