Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Starting a forever process in a Jenkins build step?

Jenkins kills all process spawn by the job.

This can be disabled by setting the BUILD_ID environment variable to something else:

export BUILD_ID=dontKillMe

see https://wiki.jenkins-ci.org/display/JENKINS/ProcessTreeKiller for details

Tags:

Deployment

Node.Js

Jenkins

Related

Linux networking port exhaustion nginx redirect to www.domain Best way to test new HDD's for a cheap storage server Configure IIS 7.0 to download APK PHP FPM gives permission denied? How to find out the exact IPMI unit you have for firmware upgrade? RedirectMatch and Query String chsh: PAM authentication failed Let the local machine beep when some event happen on remote? bash: use outside variables when reading multiple lines into ssh Apache2 Proxy timeout SSH hangs on login after 'last update'

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy