Skip to content

Commit 68c0b7d

Browse files
committed
Merge pull request github#517 from rafacv/master
[Janky] Request from campfire to run a project in Jenkins fails
2 parents 51cb173 + bde74db commit 68c0b7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scripts/janky.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ module.exports = (robot) ->
7777
app = msg.match[1]
7878
branch = msg.match[3] || "master"
7979
room_id = msg.message.user.room
80-
user = msg.message.user.name
80+
user = msg.message.user.name.replace(/\ /g, "+")
8181

8282
post "#{app}/#{branch}?room_id=#{room_id}&user=#{user}", {}, (err, statusCode, body) ->
8383
if statusCode == 201 or statusCode == 404

0 commit comments

Comments
 (0)