Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2022-02-09 12:51:18 +0000
committerAlexander Kurtakov2022-02-09 17:32:45 +0000
commit5910716b191e147c20952a095015ac40b7a44c67 (patch)
tree0ca0674e43e070860cf1cbd661430ba71eb00e4b
parent5f99bda74604fbdd5ffe3ea9bcfa410b0b4a0fe8 (diff)
downloadrt.equinox.p2-5910716b191e147c20952a095015ac40b7a44c67.tar.gz
rt.equinox.p2-5910716b191e147c20952a095015ac40b7a44c67.tar.xz
rt.equinox.p2-5910716b191e147c20952a095015ac40b7a44c67.zip
Adjust Jenkinsfile for move of releng.aggregator to githubY20220210-0600I20220209-1800
Change-Id: I4150ac331125ed22f1dfdb2e8fdcefcaeb57bbeb Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/c/equinox/rt.equinox.p2/+/190614 Tested-by: Equinox Bot <equinox-bot@eclipse.org>
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 180fdac75..4f0e0ff28 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -49,7 +49,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