Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
centreon
centreon-collect
Commits
bf9d6b7f
Commit
bf9d6b7f
authored
Feb 23, 2022
by
Baptiste DESFONDS
Browse files
hotfix: command syntax
parent
d564661d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci/release/Jenkinsfile
View file @
bf9d6b7f
...
...
@@ -15,7 +15,7 @@ pipeline {
echo
'Releasing Centreon Collect'
loadCommonScripts
()
withCredentials
([
string
(
credentialsId:
'download-token'
,
variable:
'DOWNLOAD_TOKEN'
)])
{
sh
'./ci/release/collect-release.sh
'
"$DOWNLOAD_TOKEN"
sh
'./ci/release/collect-release.sh "$DOWNLOAD_TOKEN"
'
}
}
}
...
...
Write
Preview
Supports
Markdown
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