commit | 4d5aeca1b5d6ce750a4ffbc82110ba8b678cd34d | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Fri Sep 01 14:47:14 2017 -0700 |
committer | Andy Bavier <andy@onlab.us> | Fri Sep 01 14:47:14 2017 -0700 |
tree | 8870a188c7739765750d4331f27e5233b6823f9c | |
parent | 4ba085ba874f0c650c806c70c17dcb8f767b328c [diff] [blame] |
Hardcode IGNORE_LIST Change-Id: I4a6f8d401b1ded9a268d90901cbb37593da9be99
diff --git a/Jenkinsfile b/Jenkinsfile index a5bd82f..760d331 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -1,6 +1,6 @@ import groovy.json.JsonSlurperClassic -env.IGNORE_LIST = ["All-Users"] +env.IGNORE_LIST = ["aaa","config","dhcpl2relay","igmp","igmpproxy","mcast","olt","vtn","sadis","voltha"] env.approvers = 'ali@onlab.us,andy@onlab.us,llp@onlab.us' env.recipients = 'cord-discuss@opencord.org'