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
FIT-Connect
sender-app
Commits
4c0ea1fa
Commit
4c0ea1fa
authored
Jul 17, 2020
by
Anastasios Kalogeropoulos
Browse files
config filename changed in jenkins
parent
d159f694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Jenkinsfile
View file @
4c0ea1fa
...
...
@@ -3,14 +3,14 @@ pipeline {
stages
{
stage
(
'read param'
)
{
steps
{
sh
'rm -f src/config.s
ender
'
sh
'touch src/config.s
ender
'
sh
"echo \"export default {\n\" >> src/config.s
ender
"
sh
'echo \"senderId: \"${senderId}\",\n\" >> src/config.s
ender
'
sh
'echo \"clientId: \"${clientId}\",\n\" >> src/config.s
ender
'
sh
'echo \"clientSecret: \"${clientSecret}\",\n\" >> src/config.s
ender
'
sh
'echo \"scope: \"${scope}\",\n\" >> src/config.s
ender
'
sh
'echo \"};\" >> src/config.s
ender
'
sh
'rm -f src/config.
j
s'
sh
'touch src/config.
j
s'
sh
"echo \"export default {\n\" >> src/config.
j
s"
sh
'echo \"senderId: \"${senderId}\",\n\" >> src/config.
j
s'
sh
'echo \"clientId: \"${clientId}\",\n\" >> src/config.
j
s'
sh
'echo \"clientSecret: \"${clientSecret}\",\n\" >> src/config.
j
s'
sh
'echo \"scope: \"${scope}\",\n\" >> src/config.
j
s'
sh
'echo \"};\" >> src/config.
j
s'
}
}
...
...
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