Adjust Jenkinsfile for move of releng.aggregator to github

Change-Id: Ib68f85e6407fc71d30645825ec2809e95d6f1c42
Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform/+/190624
Tested-by: Platform Bot <platform-bot@eclipse.org>
Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/Jenkinsfile b/Jenkinsfile
index 43a42b0..d9f1a7c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,7 +43,7 @@
 		}
 		stage('Check freeze period') {
 			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'