Skip to content

Commit 13e5e7b

Browse files
committed
fix scabot: it had lost admin access,
and it seems the play option really is necessary, though I don't understand why -- TODO: turn off and try again?
1 parent 99b37cc commit 13e5e7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

roles/jenkins/tasks/bootstrap-cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
- name: Configure github oauth
5959
no_log: true
6060
vars:
61-
- admins: 'adriaanm, retronym, lrytz, SethTisue, szeiger, dwijnand, scabot, scala-bench'
61+
- admins: 'adriaanm, retronym, lrytz, SethTisue, szeiger, dwijnand, scala-jenkins, scala-bench' # scabot needs access, it uses scala-jenkins
6262
- github_api_client_id: !vault |
6363
$ANSIBLE_VAULT;1.1;AES256
6464
38303339653331626166366432616435313531373839666561386430363964613461643434646436

roles/scabot/templates/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22

3-
java -Dhttp.port={{scabot_port}} -Dlogger.resource=prod-logger.xml -Dconfig.file=/home/scabot/production.conf -Dscabot.config.file=/home/scabot/scabot.conf -Dpidfile.path=/dev/null -jar /home/scabot/scabot/gui/target/scala-2.11/scabot.jar
3+
java -Dplay.http.parser.maxMemoryBuffer=655360 -Dhttp.port={{scabot_port}} -Dlogger.resource=prod-logger.xml -Dconfig.file=/home/scabot/production.conf -Dscabot.config.file=/home/scabot/scabot.conf -Dpidfile.path=/dev/null -jar /home/scabot/scabot/gui/target/scala-2.11/scabot.jar
44

55
# -Dplay.http.parser.maxMemoryBuffer=655360
66
# -Dlogback.debug=true

0 commit comments

Comments
 (0)