Run build of Machine A from Machine B using Jenkins

前端 未结 3 1951
轻奢々
轻奢々 2021-01-02 05:02

I have 2 computers. Com-A, Com-B.

I have build automation functional script using selenium webdriver,Testng and maven on Com-A.

Com-A has installed everythi

3条回答
  •  温柔的废话
    2021-01-02 05:26

    You can make Com-A a slave machine in jenkins. Com-B will become master and mark the build to always run from Com-A node.

    Refer https://wiki.jenkins-ci.org/display/JENKINS/Step+by+step+guide+to+set+up+master+and+slave+machines

提交回复
热议问题