Adjust Jenkinsfile for move of releng.aggregator to github

Change-Id: Ib97ad7778c3a412c6f8e31e3a87990ace632c482
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.text/+/190640
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 37ada0b..5fa0c53 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,7 @@
 				}
 			}
 			steps {
-				sh "wget https://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/plain/scripts/verifyFreezePeriod.sh"
+				sh "wget https://raw.githubusercontent.com/eclipse-platform/eclipse.platform.releng.aggregator/master/scripts/verifyFreezePeriod.sh"
 				sh "chmod +x verifyFreezePeriod.sh"
 				withCredentials([string(credentialsId: 'google-api-key', variable: 'GOOGLE_API_KEY')]) {
 					sh './verifyFreezePeriod.sh'