Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
cn5g
oai-cn5g-smf
Commits
f73bc5a2
Commit
f73bc5a2
authored
Apr 10, 2020
by
Raphael Defosseux
Browse files
CI: fix typo
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
f491770c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-GitLab-Docker
View file @
f73bc5a2
...
...
@@ -76,7 +76,7 @@ pipeline {
echo
"Node is ${NODE_NAME}"
}
echo
"Git URL is ${GIT_URL}"
if
(
params
.
PrivateGitLabRepository_Credentials
!
=
null
)
{
if
(
params
.
PrivateGitLabRepository_Credentials
=
=
null
)
{
echo
"No credentials to access Private Repository"
sh
"./ci-scripts/fail.sh"
}
...
...
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