Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lizhongxiao
OpenXG-RAN
Commits
bd0457e4
Commit
bd0457e4
authored
Sep 14, 2023
by
Raphael Defosseux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc(ci): restriction on branch naming no longer appply
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
24efc76d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CONTRIBUTING.md
CONTRIBUTING.md
+0
-2
ci-scripts/Jenkinsfile-GitLab-Container
ci-scripts/Jenkinsfile-GitLab-Container
+1
-0
No files found.
CONTRIBUTING.md
View file @
bd0457e4
...
...
@@ -16,8 +16,6 @@ Please refer to the steps described on our website: [How to contribute to OAI](h
*
This decision was made for the license reasons.
*
The Continuous Integration will reject your merge request.
-
All merge requests SHALL have
`develop`
branch as target branch.
-
All merge requests SHALL have source branch names that SHALL not contain the
`/`
character.
*
We are using a
`docker`
registry scheme and the image names are based on the source branch name.
## Coding Styles ##
...
...
ci-scripts/Jenkinsfile-GitLab-Container
View file @
bd0457e4
...
...
@@ -589,6 +589,7 @@ def triggerCN5GSlaveJob (jobName, gitlabStatusName) {
if
(
"MERGE"
.
equals
(
env
.
gitlabActionType
))
{
shortenShaOne
=
sh
returnStdout:
true
,
script:
'git log -1 --pretty=format:"%h" --abbrev=8 '
+
env
.
gitlabMergeRequestLastCommit
shortenShaOne
=
shortenShaOne
.
trim
()
branchName
=
env
.
gitlabSourceBranch
.
replaceAll
(
"/"
,
"-"
).
trim
()
fullRanTag
=
'porcepix.sboai.cs.eurecom.fr/oai-gnb:'
+
env
.
gitlabSourceBranch
+
'-'
+
shortenShaOne
}
else
{
shortenShaOne
=
sh
returnStdout:
true
,
script:
'git log -1 --pretty=format:"%h" --abbrev=8 '
+
env
.
GIT_COMMIT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment