-
Bug
-
Resolution: Cannot Reproduce
-
Blocker
-
Jenkins ver. 2.176.2,
Jenkins automatically executes a task more than 100 times, and a "hard kill!" log appears on the way to run, causing the task to stop directly.
Jenkins is using the java-based appium automated test platform.
Since the running job is only executing the same task repeatedly, it should not be a problem of the running program.
Jenkins Log:
[2023-02-20T08:34:42.242Z] 2023/02/20
[Pipeline] echo
[2023-02-20T08:34:42.262Z] ループカウント = 1 / 100回目開始
[Pipeline] build
[2023-02-20T08:34:42.403Z] Scheduling project: xxxx
[2023-02-20T08:34:50.953Z] Starting building: xxxx #1280
[Pipeline] bat
[2023-02-20T08:44:33.222Z]
[2023-02-20T08:44:33.222Z] C:\Program Files (x86)\Jenkins\workspace\xxxxx>echo 2023/02/20
[2023-02-20T08:44:33.222Z] 2023/02/20
[Pipeline] echo
[2023-02-20T08:44:33.241Z] ループカウント = 1 / 100回目終了
.....
[2023-02-20T23:51:27.657Z] ループカウント = 77 / 100回目開始
[Pipeline] build
[2023-02-20T23:51:27.673Z] Scheduling project: xxxx
[2023-02-20T23:51:35.941Z] Starting building: xxxx #1356
Hard kill!
Finished: ABORTED
Please help analyze the cause and how to solve it.
thank you.