You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[I-Build-Tests] Clean-up and unify test launch scripts and ant setup
- Use curl instead of wget (the former seems to be available on more
machines by default)
- Remove unnecessary time measurements and whitespace in print-out
- Unify variable definition and created environment files
- Unify consideration of ANT_OPTS environment variable
- Remove secondary tee-ing of console print-out in Linux logs to not
defined path variable ${consolelogs}
Copy file name to clipboardExpand all lines: JenkinsJobs/AutomatedTests/I_unit_mac.groovy
+12-24Lines changed: 12 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -35,19 +35,16 @@ pipeline {
35
35
environment {
36
36
// Declaring a jdk and ant the usual way in the 'tools' section, because of unknown reasons, breaks the usage of system commands like xvnc, pkill and sh
Copy file name to clipboardExpand all lines: JenkinsJobs/AutomatedTests/I_unit_win32.groovy
+22-17Lines changed: 22 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -29,40 +29,45 @@ pipeline {
29
29
stage('Run tests'){
30
30
environment {
31
31
// Declaring a jdk and ant the usual way in the 'tools' section, because of unknown reasons, breaks the usage of system commands like xvnc, pkill and sh
0 commit comments