We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82df9a3 commit ff4b8e9Copy full SHA for ff4b8e9
Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
4
stages {
5
stage('build') {
6
steps {
7
- bat '"C:\"mvn clean package'
+ bat '"C:\\"mvn clean package'
8
}
9
10
0 commit comments