Skip to content

Commit 44c4366

Browse files
gountharclaude
andcommitted
fix: set port 8080 visibility to public for Codespaces
Ensures Jenkins port is accessible externally from Codespaces. Without this, the port defaults to private and connection is refused. 🤖 Generated with Claude Code (https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 354f013 commit 44c4366

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
"8080": {
2222
"label": "Jenkins Controller",
2323
"onAutoForward": "openPreview",
24-
"protocol": "http"
24+
"protocol": "http",
25+
"visibility": "public"
2526
},
2627
"3000": {
2728
"label": "Application Port (Node/Android/Go)",

0 commit comments

Comments
 (0)