[Asterisk-code-review] CI: Test using Jenkins Config Files (...asterisk[13])
George Joseph
asteriskteam at digium.com
Fri Apr 12 11:33:25 CDT 2019
George Joseph has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/11278
Change subject: CI: Test using Jenkins Config Files
......................................................................
CI: Test using Jenkins Config Files
This review is for testing purposes only. It will not be committed.
Change-Id: I14b9702f6285ce1fb2420287ba0e7d3b59109763
---
M tests/CI/gates.jenkinsfile
1 file changed, 4 insertions(+), 1 deletion(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/78/11278/1
diff --git a/tests/CI/gates.jenkinsfile b/tests/CI/gates.jenkinsfile
index bc23781..a049e64 100644
--- a/tests/CI/gates.jenkinsfile
+++ b/tests/CI/gates.jenkinsfile
@@ -159,7 +159,10 @@
}
}
- def testGroups = readJSON file: "tests/CI/gateTestGroups.json"
+ def testGroups
+ configFileProvider([configFile(fileId: 'gate_test_groups', variable: 'GATE_TEST_GROUPS')]) {
+ testGroups = readJSON file: env.GATE_TEST_GROUPS
+ }
def parallelTasks = [ : ]
for (def testGroup in testGroups) {
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/11278
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: 13
Gerrit-Change-Id: I14b9702f6285ce1fb2420287ba0e7d3b59109763
Gerrit-Change-Number: 11278
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20190412/5e4214d3/attachment.html>
More information about the asterisk-code-review
mailing list