-
Bug
-
Resolution: Unresolved
-
Trivial
-
None
-
Jenkins cli org.jenkins-ci.main:cli:2.107.2
Jenkins core org.jenkins-ci.main:jenkins-core:2.107.2
Use `java -jar jenkins-cli.jar -noKeyAuth -auth {auth} -s {server } build {jobName}-s` to start a jenkins build.
If do ctrl +c, the process will be terminated and the build will be aborted.
But use kill -2 {pid} ,the process can be terminated but the build is still running