Skip to content

Commit 82df9a3

Browse files
authored
Update Jenkinsfile
1 parent d8f0885 commit 82df9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pipeline {
44
stages {
55
stage('build') {
66
steps {
7-
bat 'mvn clean package'
7+
bat '"C:\"mvn clean package'
88
}
99
}
1010
}

0 commit comments

Comments
 (0)