Skip to content

Commit e2fbfa9

Browse files
committed
Fix running smoke_test_ubuntu
1 parent a2f8411 commit e2fbfa9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

JenkinsJobs/SmokeTests/smoke_test_ubuntu.groovy

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ pipeline {
2828
stages {
2929
stage('Run tests'){
3030
steps {
31-
container ('custom'){
3231
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
3332
withEnv(["JAVA_HOME_NEW=${ tool 'openjdk-jdk19-latest' }"]) {
3433
withAnt(installation: 'apache-ant-latest') {
@@ -90,7 +89,6 @@ pipeline {
9089
9190
echo -e "\\n\\tTotal elapsed time: ${TOTAL_TIME} \\n"
9291
\'\'\'
93-
}
9492
}
9593
}
9694
}

0 commit comments

Comments
 (0)