Skip to content
Snippets Groups Projects
Commit 9c9c1a9d authored by Karsten Rink's avatar Karsten Rink Committed by Tom Fischer
Browse files

ignore trailing whitespaces in ts files

parent 699878e1
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ pipeline { ...@@ -28,7 +28,7 @@ pipeline {
agent { label "master"} agent { label "master"}
steps { steps {
sh "git config core.whitespace -blank-at-eof" sh "git config core.whitespace -blank-at-eof"
sh "git diff --check `git merge-base origin/master HEAD` HEAD -- . ':!*.md' ':!*.pandoc' ':!*.asc' ':!*.dat'" sh "git diff --check `git merge-base origin/master HEAD` HEAD -- . ':!*.md' ':!*.pandoc' ':!*.asc' ':!*.dat' ':!*.ts'"
dir('scripts/jenkins') { stash(name: 'known_hosts', includes: 'known_hosts') } dir('scripts/jenkins') { stash(name: 'known_hosts', includes: 'known_hosts') }
ciSkip action: 'check' // Check for [ci skip] or [web] commit message. ciSkip action: 'check' // Check for [ci skip] or [web] commit message.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment