b36a7733de
To avoid upgrade to later version with mandatory CSRF enabled. This did break the Phabricator integration in #163.
4 lines
No EOL
198 B
Docker
4 lines
No EOL
198 B
Docker
FROM jenkins/jenkins:lts
|
|
|
|
# disable CSRF protection, otherwise Phabricator can't trigger builds
|
|
ENV JENKINS_OPTS "-D hudson.security.csrf.GlobalCrumbIssuerConfiguration.DISABLE_CSRF_PROTECTION=true" |