jenkins-bot has submitted this change and it was merged.

Change subject: Restore mwext-MobileFrontend-publish
......................................................................


Restore mwext-MobileFrontend-publish

Was improperly deleted in c3c2eb40e which made the jsduck-publish jobs
generic.

Change-Id: Ida05e32de2c8af0f577bec92f8555fe1babdac42
---
M jjb/mediawiki-extensions.yaml
M zuul/layout.yaml
2 files changed, 20 insertions(+), 0 deletions(-)

Approvals:
  Hashar: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/jjb/mediawiki-extensions.yaml b/jjb/mediawiki-extensions.yaml
index ec538fc..7ddd3d0 100644
--- a/jjb/mediawiki-extensions.yaml
+++ b/jjb/mediawiki-extensions.yaml
@@ -344,6 +344,22 @@
      - global-teardown
 
 - job:
+    name: 'mwext-MobileFrontend-publish'
+    node: contintLabsSlave && UbuntuTrusty
+    defaults: use-remoteonly-zuul
+    concurrent: false
+    triggers:
+     - zuul
+    builders:
+     - npm-install
+     - npm-run-doc
+     - doc-publish:
+        docsrc: 'docs'
+        docdest: 'MobileFrontend/$ZUUL_BRANCH/js'
+    publishers:
+     - global-teardown
+
+- job:
     name: 'mwext-MobileFrontend-doxygen-publish'
     node: contintLabsSlave && UbuntuTrusty
     defaults: use-remote-zuul-shallow-clone
@@ -420,6 +436,7 @@
 
      - '{name}-{ext-name}-npm':
         ext-name: VisualEditor
+     - 'mwext-MobileFrontend-publish'
 
 
 # Deprecated, extensions should be converted
diff --git a/zuul/layout.yaml b/zuul/layout.yaml
index b2d2f84..31d03cd 100644
--- a/zuul/layout.yaml
+++ b/zuul/layout.yaml
@@ -1115,6 +1115,9 @@
 
   - name: 'mwext-jsduck-publish'
     branch: ^master$
+
+  - name: 'mwext-MobileFrontend-publish'
+    branch: ^master$
   - name: 'mwext-VisualEditor-publish'
     branch: ^master$
 

-- 
To view, visit https://gerrit.wikimedia.org/r/270716
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ida05e32de2c8af0f577bec92f8555fe1babdac42
Gerrit-PatchSet: 1
Gerrit-Project: integration/config
Gerrit-Branch: master
Gerrit-Owner: Hashar <[email protected]>
Gerrit-Reviewer: Hashar <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to