Skip to content

scripting-list job from generic-scripting/5.1.1

Github source: 66468b2 or master branch

Properties

scripting-list

post-deploy-scripts

array of scripts to launch after deployment is complete

Default
[]

post-start-scripts

array of scripts to launch after job start

Default
[]

post-stop-scripts

array of scripts to launch after job stop

Default
[]

pre-start-scripts

array of scripts to launch at job start

Default
[]

pre-stop-scripts

array of scripts to launch after job stop

Default
[]

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/scripting-list/ directory (learn more).

  • bin/post-deploy (from post-deploy.erb)
  • bin/post-start (from post-start.erb)
  • bin/post-stop (from post-stop.erb)
  • bin/pre-start (from pre-start.erb)
  • bin/pre-stop (from pre-stop.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.

This job relies on no runtime packages.