Hashar has submitted this change and it was merged.

Change subject: integration-docroot-deploy
......................................................................


integration-docroot-deploy

Automatically deploy integration/docroot in gallium /srv/

Change-Id: I8db0e7d3a21a7c2d98872312b43c2635c80e0224
---
A integration.yaml
1 file changed, 17 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Verified; Looks good to me, approved



diff --git a/integration.yaml b/integration.yaml
new file mode 100644
index 0000000..4a2b34d
--- /dev/null
+++ b/integration.yaml
@@ -0,0 +1,17 @@
+- job-template:
+    name: 'integration-docroot-deploy'
+    defaults: global
+    triggers:
+     - zuul
+    builders:
+     - shell: |
+        #!/bin/bash -e
+        cd /srv/
+        git remote update
+        git checkout $ZUUL_COMMIT
+        echo "`date -R`> $ZUUL_COMMIT" >> /srv/jenkins-autodeploy
+
+- 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: merged
Gerrit-Change-Id: I8db0e7d3a21a7c2d98872312b43c2635c80e0224
Gerrit-PatchSet: 3
Gerrit-Project: integration/jenkins-job-builder-config
Gerrit-Branch: master
Gerrit-Owner: Hashar <has...@free.fr>
Gerrit-Reviewer: Hashar <has...@free.fr>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to