简体   繁体   中英

Why are maven selenium projects on Jenkins running 2 parallel projects at the same time?

Here is my problem: I have created a project to "Trigger/call builds on other projects". This project will be like a test-suite to kick off my other selenium projects (Which is one maven project with tests and framework) to run on Jenkins.

Maven项目

When I run this test suite then it runs 2 projects at the same time and the others are queued. I want 1 project to run at a time.

I was able to fix this through: Go to --> Manage Jenkins --> Configure System --> Change "# of executors" to 1 under the "Maven Project Configuration". Now it will run 1 project at a time.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM