Skip to content

Commit 309c1ab

Browse files
committed
Attempt a fix
1 parent 76a170b commit 309c1ab

File tree

5 files changed

+1499
-1960
lines changed

5 files changed

+1499
-1960
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ pipeline {
5252
steps {
5353
sh './scripts/ci/build-frontend'
5454
}
55+
/*
5556
post {
5657
always {
5758
junit 'frontend/eslint.xml'
5859
junit 'frontend/junit.xml'
5960
}
6061
}
62+
*/
6163
}
6264
stage('Backend') {
6365
steps {

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nginxproxymanager",
3-
"version": "1.0.0",
3+
"version": "3.0.0",
44
"private": true,
55
"dependencies": {
66
"@testing-library/jest-dom": "5.14.1",

0 commit comments

Comments
 (0)