Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Lyons
pipeline
Commits
e848ee09
Commit
e848ee09
authored
Dec 13, 2017
by
Andrew Nicols
Browse files
Adjust args back
parent
15dc81af
Changes
1
Hide whitespace changes
Inline
Side-by-side
vars/runTask.groovy
View file @
e848ee09
...
...
@@ -5,9 +5,9 @@ def call(String branch, String repo, String task, String phpversion, String data
}
environment
{
PHP_VERSION
=
"${
config.
phpversion}"
DBTYPE
=
"${
config.
database}"
TASK
=
"${
config.
task}"
PHP_VERSION
=
"${phpversion}"
DBTYPE
=
"${database}"
TASK
=
"${task}"
}
stages
{
...
...
@@ -18,7 +18,7 @@ def call(String branch, String repo, String task, String phpversion, String data
$class
:
'GitSCM'
,
branches:
[
[
name:
"*/${
config.
branch}"
name:
"*/${branch}"
]
],
doGenerateSubmoduleConfigurations:
false
,
...
...
@@ -38,7 +38,7 @@ def call(String branch, String repo, String task, String phpversion, String data
submoduleCfg:
[],
userRemoteConfigs:
[
[
url:
"${
config.
repo}"
url:
"${repo}"
]
]
]
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment