diff --git a/Jenkinsfile b/Jenkinsfile index 0bc36e3..80315b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,6 +13,7 @@ pipeline { stage('Test'){ steps { sh "$ANT_HOME/bin/ant test" + junit 'reports/*.xml' } } stage('Package'){ diff --git a/bin/test.xml b/bin/test.xml deleted file mode 100644 index 6d74a97..0000000 --- a/bin/test.xml +++ /dev/null @@ -1,27 +0,0 @@ - - - Variable Contents - - - - - echo this could be a whole batch script or just one command - - - print("this could be a whole python script or just one call") - - - echo "this could be a whole sh script or just one command" - - - echo "this could be a whole powershell script or just one command" - - - - - dist/* - - dist/ - - - \ No newline at end of file diff --git a/build.xml b/build.xml index bb015c7..e833b01 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ - + @@ -20,11 +20,7 @@ - - - - - + @@ -38,28 +34,29 @@ - + - + - - + - - + + + - + + diff --git a/reports/TEST-com.flaremicro.crossjeeves.MainTest.txt b/reports/TEST-com.flaremicro.crossjeeves.MainTest.txt new file mode 100644 index 0000000..0661336 --- /dev/null +++ b/reports/TEST-com.flaremicro.crossjeeves.MainTest.txt @@ -0,0 +1,4 @@ +Testsuite: com.flaremicro.crossjeeves.MainTest +Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.027 sec + +Testcase: test took 0.003 sec diff --git a/reports/TEST-com.flaremicro.crossjeeves.MainTest.xml b/reports/TEST-com.flaremicro.crossjeeves.MainTest.xml new file mode 100644 index 0000000..d4a5054 --- /dev/null +++ b/reports/TEST-com.flaremicro.crossjeeves.MainTest.xml @@ -0,0 +1,77 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +