Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/106266


Change subject: Added build schedule option for Jenkins builds
......................................................................

Added build schedule option for Jenkins builds

Bug: 58345
Change-Id: I610178a3dd496f2e03fe449bf74752b6f099daab
---
M docs/jobs.md
M docs/template.md
2 files changed, 7 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/selenium 
refs/changes/66/106266/1

diff --git a/docs/jobs.md b/docs/jobs.md
index 1b399dc..4fca990 100644
--- a/docs/jobs.md
+++ b/docs/jobs.md
@@ -7,6 +7,7 @@
 - Repository URL:
 - MediaWiki user:
 - MediaWiki password variable:
+- Build schedule: 0 3,18 * * *
 
 
 
diff --git a/docs/template.md b/docs/template.md
index aab9fe9..560c02d 100644
--- a/docs/template.md
+++ b/docs/template.md
@@ -125,6 +125,11 @@
 - Display Name: MediaWiki password variable
 - Type: Text-field
 
+## Build schedule
+- ID: BUILD_SCHEDULE
+- Display Name: Build schedule
+- Type: Text-field
+
 ## Jelly-based transformation
 
 - Property
@@ -201,7 +206,7 @@
       <blockBuildWhenUpstreamBuilding>false</blockBuildWhenUpstreamBuilding>
       <triggers class="vector">
         <hudson.triggers.TimerTrigger>
-          <spec>0 3,18 * * *</spec>
+          <spec>${BUILD_SCHEDULE}</spec>
         </hudson.triggers.TimerTrigger>
       </triggers>
       <concurrentBuild>false</concurrentBuild>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I610178a3dd496f2e03fe449bf74752b6f099daab
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/selenium
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to