Re-add All-Users to IGNORE_LIST

Change-Id: Ibd537ce67dda130520216fd6a098efc5808fcff7
diff --git a/Jenkinsfile b/Jenkinsfile
index 760d331..291ccf6 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -1,6 +1,6 @@
 import groovy.json.JsonSlurperClassic
 
-env.IGNORE_LIST = ["aaa","config","dhcpl2relay","igmp","igmpproxy","mcast","olt","vtn","sadis","voltha"]
+env.IGNORE_LIST = ["All-Users","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'