Skip to content

Commit 380acc7

Browse files
author
Ptitloup
authored
Update Jenkinsfile
1 parent 6d70f86 commit 380acc7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Jenkinsfile

+5-6
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
pipeline {
22
agent any
3-
tool {
4-
maven 'M3'
5-
jdk 'Java8'
6-
}
73
stages {
84
stage('Preparation') {
95
parallel {
106
stage('Preparation') {
117
steps {
12-
if(isunix()) {
8+
if (isUnix()) {
139
sh 'mvn -Dmaven.test.failure.ignore clean site:site'
14-
}
10+
} else {
11+
bat(/mvn -Dmaven.test.failure.ignore clean site:site/)
12+
}
13+
1514
}
1615
}
1716
stage('Dodo') {

0 commit comments

Comments
 (0)