br-automation-com / BnR-DevOps-Package

Contains materials for implementing DevOps practices for Automation Studio project development.
22 stars 1 forks source link

Why should jenkins be set up on Windows? #4

Closed Dualton closed 1 year ago

Dualton commented 1 year ago

I am supposed to use a Jenkins agent anyways. Can't I just install Jenkins on Linux and use a windows agent for Build and tasks?

wesleybuchanan commented 1 year ago

Hi Dualton, yes you could install Jenkins on linux and separately set up a Jenkins agent running on Windows for building the Automation Studio project and any other tasks that require Windows (such as running the unit tests on ArSim).

Dualton commented 1 year ago

Thanks!