Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/53748
Change subject: integration-docroot-deploy ...................................................................... integration-docroot-deploy Automatically deploy integration/docroot in gallium /srv/ Change-Id: I8db0e7d3a21a7c2d98872312b43c2635c80e0224 --- A integration.yaml 1 file changed, 16 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/integration/jenkins-job-builder-config refs/changes/48/53748/1 diff --git a/integration.yaml b/integration.yaml new file mode 100644 index 0000000..9ad030b --- /dev/null +++ b/integration.yaml @@ -0,0 +1,16 @@ +- job-template: + name: 'integration-docroot-deploy' + defaults: global + triggers: + - zuul-post + builders: + - shell: | + #!/bin/bash -e + cd /srv/ + git remote update + git checkout $ZUUL_COMMIT + +- project: + name: 'integration-docroot' + jobs: + - 'integration-docroot-deploy' -- To view, visit https://gerrit.wikimedia.org/r/53748 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8db0e7d3a21a7c2d98872312b43c2635c80e0224 Gerrit-PatchSet: 1 Gerrit-Project: integration/jenkins-job-builder-config Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
