Skip to content

This plugin provides keepRunning step to keep the process running even if the build has finished.

License

Notifications You must be signed in to change notification settings

hummerstudio/pipeline-keep-running-step-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pipeline Keep Running Step Plugin

中文介绍

Introduction

This plugin provides keepRunning step to keep the process (started by Jenkins) running even if the build has finished.

What Problem This Plugin Resolve

When we start new process use Jenkins, for example tomcat:

sh '/usr/local/apache-tomact/bin/startup.sh

When the build finish, tomcat process will also be killed, which cannot keep running in background.

Usage Example

keepRunning {
    sh '/usr/local/apache-tomact/bin/startup.sh
}

By ues keepRunning step, tomcat process will keep running in background.

About

This plugin provides keepRunning step to keep the process running even if the build has finished.

Resources

License

Stars

Watchers

Forks

Packages

No packages published