Skip to content

Conversation

@gounthar
Copy link
Collaborator

Removes Gitpod support from the weekly branch as the free tier has been discontinued.

Changes

Removed Files

  • .gitpod.yml and .gitpod/Dockerfile - Gitpod configuration
  • dockerfiles/gitpodURL.sh - Gitpod URL configuration script
  • updatecli/updatecli.d/gitpod.yaml - Updatecli configuration for Gitpod

Modified Files

  • docker-compose.yaml - Removed GITPOD_WORKSPACE_URL environment variables from:
    • node service
    • android service
    • multi service
    • golang service
    • cpp service
    • dotnet service
  • build-docker-compose.yaml - Removed same environment variables
  • README.md - Removed Gitpod setup instructions and references

Rationale

Gitpod's free tier has been discontinued, making it no longer suitable for these tutorials. GitHub Codespaces remains as the recommended cloud development environment with its 60 hours/month free tier.

Note

This PR replaces #1839 which had conflicts due to being based on an outdated weekly branch. This version is based on the latest upstream/weekly.

Gitpod free tier has been discontinued. Removed all Gitpod-related
configuration and documentation in favor of GitHub Codespaces.

Changes:
- Removed .gitpod.yml and .gitpod/Dockerfile
- Removed dockerfiles/gitpodURL.sh script
- Removed updatecli/updatecli.d/gitpod.yaml configuration
- Removed GITPOD_WORKSPACE_URL environment variables from docker-compose files
- Updated README.md to remove Gitpod setup instructions
- Updated documentation to focus on GitHub Codespaces
@github-actions github-actions bot added the repo label Nov 14, 2025
The devcontainer.json file has version values with v prefixes
(e.g., v27.0.3, v2.83.1), but the updatecli patterns did not
account for this, causing pattern match failures.

Updated patterns to include optional v prefix using v?
This allows the patterns to match both with and without v prefix.
@gounthar gounthar merged commit fe34d31 into jenkins-docs:weekly Nov 14, 2025
4 checks passed
@gounthar gounthar deleted the remove-gitpod-clean branch November 14, 2025 09:46
This was referenced Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant