Attempt a fix

This commit is contained in:
Jamie Curnow
2021-07-14 09:56:18 +10:00
parent 76a170b50b
commit 309c1ab0c9
5 changed files with 1479 additions and 1940 deletions

2
Jenkinsfile vendored
View File

@@ -52,12 +52,14 @@ pipeline {
steps {
sh './scripts/ci/build-frontend'
}
/*
post {
always {
junit 'frontend/eslint.xml'
junit 'frontend/junit.xml'
}
}
*/
}
stage('Backend') {
steps {