Skip to content

Commit

Permalink
Merge 51fec0c into 46e8434
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFriendlyCoder committed Aug 31, 2020
2 parents 46e8434 + 51fec0c commit 31b5b36
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,11 +256,6 @@ def jenkins_env(request, configure_logger):
# Launch a container from the built Docker image
res = client.create_container(
image_id, host_config=hc, volumes=["/var/jenkins_home"],
# Needed to disable the CSRF security enhancements introduced here
# https://www.jenkins.io/doc/upgrade-guide/2.176/#SECURITY-626
environment={
"JAVA_OPTS": "-Dhudson.security.csrf.DefaultCrumbIssuer.EXCLUDE_SESSION_ID=true"
}
)
container_id = res["Id"]
log.debug("Container %s created", container_id)
Expand Down

0 comments on commit 31b5b36

Please sign in to comment.