Implements post_build_shell_command
This commit is contained in:
parent
319c3bfb1c
commit
c930ae7d85
2 changed files with 6 additions and 1 deletions
|
@ -5,7 +5,7 @@ all:
|
|||
template-php-v1: # Job template (deactivated) which can be manually cloned.
|
||||
foo:
|
||||
repository_url: ssh://git@code.example.net:2020/foo
|
||||
deploy_url: prod.example.net:/var/www/test1234 # TODO: not implemented yet
|
||||
post_build_shell_command: ssh jenkins@demos.example.net sg www-data /var/www/foo/build/deploy-update.sh $GIT_COMMIT
|
||||
bar:
|
||||
repository_url: ssh://git@code.example.net:2020/bar
|
||||
branch_spec: '*/develop'
|
||||
|
|
Reference in a new issue