Create Jenkins workspace folder#12
Closed
Conversation
Member
|
I think this change should be delivered along with enabling Remoting workspaces by default in Docker agents, see JENKINS-39370 and JENKINS-44114. It adds way more justification to it though likely it has to be a new docker since logs on the disk are not always required in Docker. |
Member
|
@sboschman IMHO it is superseded by #13, WDYT? |
Member
|
Closing in favor #13. Please reopen if it is not enough |
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 27, 2023
…nsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 27, 2023
…nsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
jenkinsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
jenkinsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
jenkinsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Nov 28, 2023
jenkinsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Jan 11, 2024
…nsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
lemeurherve
pushed a commit
to lemeurherve/docker-agent
that referenced
this pull request
Jan 12, 2024
…nsci#12) * Update remoting to 2.62 * Disable JnlpProtocol3 by default, allow to reenable it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Only way I have been able to mount a Docker volume (docker volume create jenkins-workspace) from the host as workspace directory with the right permissions. Without an existing workspace directory owned by the Jenkins user Docker mounts the workspace directory as root and hence the Jenkins users lacks permissions to use the workspace directory.