-
The agent machine currently only supports Remote Shell Executor
As long as your agent machine has docker installed, you can use remote docker executor.
-
The agent machine currently only supports Remote Shell Executor
As long as your agent machine has docker installed, you can use remote docker executor.
So the same approach doesn't work with Remote Shell Executor? Maybe this is a little contrived, I still want to understand the feasibility of this.
-
Remote shell executor should work also with rust, but it depends on your host environment, and can only cache folders relative to job workspace.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I deployed a CI/CD pipeline on OneDev, started OneDev with docker, and used another linux machine as an agent. Now I want to provide cache for my rust project build to speed up the pipeline, however, the agent machine currently only supports Remote Shell Executor. In this case, I wonder: