Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2022-02-09 19:38:11 +0000
committerAlexander Kurtakov2022-02-09 19:48:03 +0000
commit8e348bd773cd2ee4603a8bc4ceb8a98da93cb6cd (patch)
treeae7a42b1965463cb0e30c9c45f366757725309b9
parentcc6ef5d5fbdd4a5cb6a89b798eae3b6d513d61d6 (diff)
downloadeclipse.platform.team-I20220211-1800.tar.gz
eclipse.platform.team-I20220211-1800.tar.xz
eclipse.platform.team-I20220211-1800.zip
Change-Id: I5081159d30c49c869f1f5b8d570abee43419996d Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/190641 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 58362a62c..fe86e95fe 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -48,7 +48,7 @@ pipeline {
}
}
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'

Back to the top