How to stop or kill process startup in previous build (ci/cd )
14 views
Skip to first unread message
Nalakajayaruwan Kulasekara
unread,
Oct 3, 2018, 4:58:57 AM10/3/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jenkins...@googlegroups.com
Hi ,
I used pipeline job to deployment software product . it consist with database startup , web service startup, ext. I used "SET JENKINS_NODE_COOKIE=dont_kill_me" command to run process even if pipeline build complete. so i need to stop or kill those process and start in next build, please help me to kill or stop all process started by previous build.