Merge pull request #8909 from piuserre/SpringJenkinsPipeline
fix launch run command for windows
This commit is contained in:
commit
1fa7d46996
|
@ -72,7 +72,7 @@ node {
|
||||||
if (isUnix()) {
|
if (isUnix()) {
|
||||||
sh 'nohup ./mvnw spring-boot:run -Dserver.port=8989 &'
|
sh 'nohup ./mvnw spring-boot:run -Dserver.port=8989 &'
|
||||||
} else {
|
} else {
|
||||||
bat 'start ./mvnw.cmd spring-boot:run -Dserver.port=8989'
|
bat 'start mvnw.cmd spring-boot:run -Dserver.port=8989'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue