-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'eclipse-platform:master' into master
- Loading branch information
Showing
149 changed files
with
578 additions
and
1,361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ and other such scripts. | |
numToKeep(5) | ||
} | ||
|
||
label('centos-latest') | ||
label('basic') | ||
|
||
triggers { | ||
cron(''' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ and other such scripts. | |
} | ||
|
||
|
||
label('centos-latest') | ||
label('basic') | ||
|
||
triggers { | ||
cron(''' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
{ | ||
"Streams": [ | ||
"4.34" | ||
"4.35" | ||
], | ||
"Branches": { | ||
"4.34": "master" | ||
"4.35": "master" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ job('Releng/createMaintenanceBranch'){ | |
stringParam('tag', null, 'Release tag to be used when making the branch. For example: S4_26_0_RC2') | ||
} | ||
|
||
label('centos-latest') | ||
label('basic') | ||
|
||
wrappers { //adds pre/post actions | ||
timestamps() | ||
|
@@ -28,7 +28,7 @@ function fn_toPushRepo() { | |
if ! [[ "$from" == http* ]]; then | ||
echo $from | ||
else | ||
echo $(sed -e 's,http://git.eclipse.org/gitroot,ssh://[email protected]:29418,' -e 's,https://git.eclipse.org/r,ssh://[email protected]:29418,' -e 's,https://github.com/,[email protected]:,' <<< $from) | ||
echo $(sed -e 's,https://github.com/,[email protected]:,' <<< $from) | ||
fi | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ GitHub issue (or legacy bugzilla bug ID) to track tagging the release, for examp | |
|
||
jdk('oracle-jdk8-latest') | ||
|
||
label('centos-latest') | ||
label('basic') | ||
|
||
wrappers { //adds pre/post actions | ||
timestamps() | ||
|
@@ -63,7 +63,7 @@ function toPushRepo() { | |
if ! [[ "$from" == http* ]]; then | ||
echo $from | ||
else | ||
echo $(sed -e 's,http://git.eclipse.org/gitroot,ssh://[email protected]:29418,' -e 's,https://git.eclipse.org/r,ssh://[email protected]:29418,' -e 's/https:\\/\\/github.com/ssh:\\/\\/[email protected]/g' <<< $from) | ||
echo $(sed -e 's/https:\\/\\/github.com/ssh:\\/\\/[email protected]/g' <<< $from) | ||
fi | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,24 @@ | ||
folder('SmokeTests') { | ||
displayName('Smoke Tests') | ||
description('Folder for Smoke Tests') | ||
} | ||
} | ||
|
||
pipelineJob('SmokeTests/Start-smoke-tests'){ | ||
description('Start all smoke tests for the Eclipse SDK') | ||
parameters { // Define parameters in job configuration to make them already available in the very first build | ||
stringParam { | ||
name('buildId') | ||
description('Build Id to test (such as I20240611-1800, N20120716-0800).') | ||
trim(true) | ||
} | ||
} | ||
definition { | ||
cpsScm { | ||
lightweight(true) | ||
scm { | ||
github('eclipse-platform/eclipse.platform.releng.aggregator', 'master') | ||
} | ||
scriptPath('JenkinsJobs/SmokeTests/StartSmokeTests.jenkinsfile') | ||
} | ||
} | ||
} |
Oops, something went wrong.