Skip to content

Commit

Permalink
Add JAVA_TOOLS_OPTIONS to environment of jenkins in docker-compose.yml (
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern authored Jun 26, 2023
1 parent 0229287 commit bc7e804
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ services:
- "50000:50000"
volumes:
- '/srv/docker/jenkins:/var/jenkins_home'
environment:
- "JAVA_TOOL_OPTIONS=-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:50000"
shm_size: '5gb'

0 comments on commit bc7e804

Please sign in to comment.