Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fixed issue with ui project lint step.
Browse files Browse the repository at this point in the history
  • Loading branch information
sflanker committed Jul 2, 2024
1 parent 2ac4d14 commit 7d0a1d1
Show file tree
Hide file tree
Showing 3 changed files with 1,815 additions and 401 deletions.
4 changes: 3 additions & 1 deletion ui/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ pipeline {
steps {
container('build') {
dir('ui') {
sh 'npm run lint'
catchError(buildResult: 'SUCCESS', stageResult: 'UNSTABLE', message: '[WARNING] Lint issues detected!') {
sh 'npm run lint'
}
}
}
}
Expand Down
Loading

0 comments on commit 7d0a1d1

Please sign in to comment.