-
In global configuration you can create a new job executer of type "remote shell executor". It will run shell scripts using the same permissions as the agent process. Then in your job definition you select that executor and in the step "execute command" you deactivate "run in container" if that option is still shown for a remote shell executor.
You then need to group your agents so you have agents available for each platform you need.
-
Yes, just as @jbauer mentioned, create appropriate remote job executors matching desired agents, and use that executor in your job definition.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
Is it possible to make builds on dedicated platforms without specifying docker image?
It works fine for linux (or building java in general) but for native builds (for example kotlin) it seems problematic:
tl,dr; is it somehow possible to run builds without the requirements of the container?