Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8a30d6cf4dfc9a1d527833f7a7eca9c0e8eddd4d (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.7

Back to the top