Jenkinsfile updated.
This commit is contained in:
Vendored
+1
-2
@@ -20,10 +20,9 @@ pipeline {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
xunit (tools: [ GoogleTest(pattern: 'test_report.xml') ])
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user