commit | 4820f3444a52056df3922ac8772d1d3f16c0b9a2 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Thu Jan 05 15:12:29 2017 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Thu Jan 05 15:12:29 2017 -0800 |
tree | 832d613e7938e9ebaeb940eaa128f7878a0e3592 | |
parent | a1f97eb4118a633e27806ef74fadbf5b188c8336 [diff] [blame] |
adding superusers Change-Id: Idf98455d11ecc7cef82d001303cfc26b6223f270
diff --git a/Jenkinsfile b/Jenkinsfile index d40eb0c..aa98c96 100644 --- a/Jenkinsfile +++ b/Jenkinsfile
@@ -2,8 +2,8 @@ env.IGNORE_LIST = ["All-Users"] -env.approvers = 'ali@onlab.us' -env.recipients = 'ali@onlab.us' +env.approvers = 'ali@onlab.us,andy@onlab.us' +env.recipients = 'ali@onlab.us,andy@onlab.us' @NonCPS def jsonParseList(def json) {