Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 725559c0d4f413b92440bd268def76e77b18ea76 (plain) (blame)
1
2
3
4
5
6
7
8
# variables needed to run tests, if not provided "externally"
buildId=${buildId}
# Note, in most places, we expect "eclipseStream" to be all three digits,
# but "releaseNumberSDK" is purposely only 2 digits, for "the first" release,
# such as "4.5" instead of "4.5.0".
eclipseStream=${releaseNumberSDK}
# similar for previous release version
previousReleaseVersion=4.9

Back to the top