From 97206e426e246f145238187dd34b90faf279b412 Mon Sep 17 00:00:00 2001 From: Jon Moss Date: Tue, 31 Oct 2017 19:29:51 -0400 Subject: [PATCH] jenkins: add support for http-parser jenkins jobs --- scripts/jenkins-status.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/jenkins-status.js b/scripts/jenkins-status.js index 06084f95..aaabd215 100644 --- a/scripts/jenkins-status.js +++ b/scripts/jenkins-status.js @@ -1,7 +1,7 @@ 'use strict' const pushJenkinsUpdate = require('../lib/push-jenkins-update') -const enabledRepos = ['citgm', 'node'] +const enabledRepos = ['citgm', 'http-parser', 'node'] const jenkinsIpWhitelist = process.env.JENKINS_WORKER_IPS ? process.env.JENKINS_WORKER_IPS.split(',') : []