Skip to content

Commit d8ffe34

Browse files
committed
Update to GitHub
scmUrl and Jenkinsfile
1 parent c85a888 commit d8ffe34

File tree

2 files changed

+1
-22
lines changed

2 files changed

+1
-22
lines changed

Diff for: Jenkinsfile

-21
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ pipeline {
1111
jdk 'openjdk-jdk11-latest'
1212
}
1313
stages {
14-
stage('initialize Gerrit review') {
15-
steps {
16-
gerritReview labels: [Verified: 0], message: "Build started $BUILD_URL"
17-
}
18-
}
1914
stage('Build') {
2015
steps {
2116
wrap([$class: 'Xvnc', useXauthority: true]) {
@@ -33,12 +28,6 @@ pipeline {
3328
junit '**/target/surefire-reports/TEST-*.xml'
3429
publishIssues issues:[scanForIssues(tool: java()), scanForIssues(tool: mavenConsole())]
3530
}
36-
unstable {
37-
gerritReview labels: [Verified: -1], message: "Build UNSTABLE (test failures) $BUILD_URL"
38-
}
39-
failure {
40-
gerritReview labels: [Verified: -1], message: "Build FAILED $BUILD_URL"
41-
}
4231
}
4332
}
4433
stage('Check freeze period') {
@@ -54,16 +43,6 @@ pipeline {
5443
sh './verifyFreezePeriod.sh'
5544
}
5645
}
57-
post {
58-
failure {
59-
gerritReview labels: [Verified: -1], message: "Build and test are OK, but Eclipse project is currently in a code freeze period.\nPlease wait for end of code freeze period before merging.\n $BUILD_URL"
60-
}
61-
}
62-
}
63-
}
64-
post {
65-
success {
66-
gerritReview labels: [Verified: 1], message: "Build Succcess $BUILD_URL"
6746
}
6847
}
6948
}

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<packaging>pom</packaging>
2626

2727
<properties>
28-
<tycho.scmUrl>scm:git:https://git.eclipse.org/r/platform/eclipse.platform.ui.git</tycho.scmUrl>
28+
<tycho.scmUrl>scm:git:https://github.com/eclipse-platform/eclipse.platform.ui.git</tycho.scmUrl>
2929
</properties>
3030

3131
<!--

0 commit comments

Comments
 (0)