diff --git a/jenkins/test.sh b/jenkins/test.sh index 7475076086..a90cc8e806 100755 --- a/jenkins/test.sh +++ b/jenkins/test.sh @@ -4,7 +4,7 @@ set -e set -x function github_status { - gcli status create edx mitx $GIT_COMMIT \ + gcli status create edx edx-platform $GIT_COMMIT \ --params=$1 \ target_url:$BUILD_URL \ description:"Build #$BUILD_NUMBER $2" \