Skip to content

Commit

Permalink
Fix running smoke_test_ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 18, 2024
1 parent a2f8411 commit e2fbfa9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions JenkinsJobs/SmokeTests/smoke_test_ubuntu.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ pipeline {
stages {
stage('Run tests'){
steps {
container ('custom'){
wrap([$class: 'Xvnc', takeScreenshot: false, useXauthority: true]) {
withEnv(["JAVA_HOME_NEW=${ tool 'openjdk-jdk19-latest' }"]) {
withAnt(installation: 'apache-ant-latest') {
Expand Down Expand Up @@ -90,7 +89,6 @@ pipeline {
echo -e "\\n\\tTotal elapsed time: ${TOTAL_TIME} \\n"
\'\'\'
}
}
}
}
Expand Down

0 comments on commit e2fbfa9

Please sign in to comment.