We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b98dd7 commit 9d84539Copy full SHA for 9d84539
docker-compose.yaml
@@ -283,7 +283,7 @@ services:
283
volumes:
284
- agent-ssh-dir:/home/jenkins/.ssh:ro # Mounts the agent-ssh-dir volume to the /home/jenkins/.ssh path inside the container as read-only
285
cpp:
286
- image: ${IMAGE_PREFIX}/${GHCR_USERNAME}/quickstart-tutorials/jenkinsci-tutorials:cpp_{BRANCH_SUFFIX}
+ image: ${IMAGE_PREFIX}/${GHCR_USERNAME}/quickstart-tutorials/jenkinsci-tutorials:cpp_${BRANCH_SUFFIX}
287
environment:
288
- GITPOD_WORKSPACE_URL=${GITPOD_WORKSPACE_URL}
289
container_name: desktop-jenkins_agent-1-cpp
0 commit comments