File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -196,8 +196,6 @@ spec:
196
196
steps {
197
197
dir("${CJE_ROOT}/mbscripts") {
198
198
sh '''
199
- unset JAVA_TOOL_OPTIONS
200
- unset _JAVA_OPTIONS
201
199
./mb220_buildSdkPatch.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb220_buildSdkPatch.sh.log
202
200
if [[ ${PIPESTATUS[0]} -ne 0 ]]
203
201
then
@@ -248,8 +246,6 @@ spec:
248
246
steps {
249
247
dir("${CJE_ROOT}/mbscripts") {
250
248
sh '''
251
- unset JAVA_TOOL_OPTIONS
252
- unset _JAVA_OPTIONS
253
249
./mb500_createRepoReports.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb500_createRepoReports.sh.log
254
250
if [[ ${PIPESTATUS[0]} -ne 0 ]]
255
251
then
@@ -264,8 +260,6 @@ spec:
264
260
steps {
265
261
dir("${CJE_ROOT}/mbscripts") {
266
262
sh '''
267
- unset JAVA_TOOL_OPTIONS
268
- unset _JAVA_OPTIONS
269
263
./mb510_createApiToolsReports.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb510_createApiToolsReports.sh.log
270
264
if [[ ${PIPESTATUS[0]} -ne 0 ]]
271
265
then
Original file line number Diff line number Diff line change @@ -171,8 +171,6 @@ spec:
171
171
container('jnlp') {
172
172
sh \'\'\'
173
173
cd ${WORKSPACE}/eclipse.platform.releng.aggregator/eclipse.platform.releng.aggregator/cje-production/mbscripts
174
- unset JAVA_TOOL_OPTIONS
175
- unset _JAVA_OPTIONS
176
174
./mb220_buildSdkPatch.sh $CJE_ROOT/buildproperties.shsource 2>&1 | tee $logDir/mb220_buildSdkPatch.sh.log
177
175
if [[ ${PIPESTATUS[0]} -ne 0 ]]
178
176
then
You can’t perform that action at this time.
0 commit comments