We have a pipeline which deploys our main product (a java app inside an
application container)
I have used the env variable *JENKINS_NODE_COOKIE* to instruct Jenkins to
not kill the process.
For example:
withEnv(['JENKINS_NODE_COOKIE=dontkill']) {
// start your process here
sh 'java -jar ...'
Hello guys,
I am performing a few tests regarding NSO maintenance automation and the
behaviour of NSO is not what I was expecting. During the pipeline, I stop
the NSO daemon (ncs --stop) and restart it with (ncs
--with-package-reload-force). I created 2 pipelines: the first is a dry-run
and th