projects
/
services
/
jenkins-scripts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51196f3
)
Fix typo lagels -> labels
98/133698/1
author
hyokeun
<hyokeun.jeon@samsung.com>
Tue, 13 Jun 2017 06:55:50 +0000
(15:55 +0900)
committer
hyokeun
<hyokeun.jeon@samsung.com>
Tue, 13 Jun 2017 06:55:50 +0000
(15:55 +0900)
Change-Id: Ibd9bfc40a6016910770ef11b163af1673f90c952
groovy_init_scripts/init.groovy
patch
|
blob
|
history
diff --git
a/groovy_init_scripts/init.groovy
b/groovy_init_scripts/init.groovy
index
cb505c3
..
c6a7ac2
100755
(executable)
--- a/
groovy_init_scripts/init.groovy
+++ b/
groovy_init_scripts/init.groovy
@@
-222,7
+222,7
@@
if (properties.EC2_CLOUD_NAME != null && properties.EC2_CLOUD_NAME != '') {
security_groups = properties.SECURITY_GROUPS,
remote_fs = properties.REMOTE_FS,
instance_type = properties.INSTANCE_TYPE,
- la
g
els = properties.WORKER_LABEL_STRING,
+ la
b
els = properties.WORKER_LABEL_STRING,
description = properties.WORKER_DESCRIPTION,
num_executors = properties.NUMBER_OF_EXECUTORS,
remote_user = properties.REMOTE_ADMIN,