-
Input ouput redirection for docker container is not supported as it can read/write files into host file systems and can impose security issues in OneDev. Please use a command step to run relevant commands inside the gittools/gitversion image to redirect output.
-
Thank you for your response.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
User case
I want to get the build version using the gitversion docker image.
I'm trying to run a docker container using the following command:
and it doesn't work. I couldn't find "version.txt" file in Job Workspace.
Opposite, if i run a container in local environment, then i get version.txt file in a local file system.
What I tried