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'