Skip to content

Commit

Permalink
add windows debug
Browse files Browse the repository at this point in the history
  • Loading branch information
smerle33 committed Sep 8, 2023
1 parent 522abe5 commit 02a2a5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vars/buildDockerAndPublishImage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,8 @@ def call(String imageShortName, Map userConfig=[:]) {
if (isUnix()) {
sh 'make lint'
} else {
powershell "$pwd"
powershell 'dir c:\maven\jdk11'
powershell 'make lint'
}
} finally {
Expand Down

0 comments on commit 02a2a5f

Please sign in to comment.