Skip to content

Commit fd20e9f

Browse files
maclover7phillipj
authored andcommitted
jenkins: add support for http-parser jenkins jobs (nodejs#154)
1 parent f701303 commit fd20e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jenkins-status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict'
22

33
const pushJenkinsUpdate = require('../lib/push-jenkins-update')
4-
const enabledRepos = ['citgm', 'node']
4+
const enabledRepos = ['citgm', 'http-parser', 'node']
55

66
const jenkinsIpWhitelist = process.env.JENKINS_WORKER_IPS ? process.env.JENKINS_WORKER_IPS.split(',') : []
77

0 commit comments

Comments
 (0)