Skip to content

Commit 24aefad

Browse files
authored
Merge pull request #365 from maxzheng/set-owner@master
Set owner instead of slackChannel for system test
2 parents d5bc50d + a94f409 commit 24aefad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ def config = jobConfig {
22
cron = '@midnight'
33
nodeLabel = 'docker-oraclejdk7'
44
realJobPrefixes = ['system-test-python-client']
5-
slackChannel = 'clients-eng'
5+
owner = 'client'
66
timeoutHours = 3
77
}
88

0 commit comments

Comments
 (0)