diff --git a/Jenkinsfile b/Jenkinsfile index a77b0db..6fe15e0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ pipeline { agent any - + stages { stage('Checkout') { steps { @@ -20,10 +20,9 @@ pipeline { } } } - post { - always { - xunit (tools: [ GoogleTest(pattern: 'test_report.xml') ]) + always { + xunit (tools: [ GoogleTest(pattern: 'test_report.xml') ]) + } } -} } \ No newline at end of file