scripting-list job from generic-scripting/5
Github source:
481c498
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
(frompost-deploy.erb
)bin/post-start
(frompost-start.erb
)bin/post-stop
(frompost-stop.erb
)bin/pre-start
(frompre-start.erb
)bin/pre-stop
(frompre-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.