Skip to content

Commit 528090c

Browse files
committed
DATAREDIS-1380 - Polishing.
1 parent c8a61c3 commit 528090c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pipeline {
4040
}
4141
}
4242
steps {
43-
sh 'rm -rf \\?'
43+
sh 'rm -rf ?'
4444

4545
// Create link to directory with Redis binaries
4646
sh 'ln -sf /work'
@@ -81,6 +81,7 @@ pipeline {
8181
}
8282

8383
steps {
84+
sh 'rm -rf ?'
8485
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-data-maven-repository" ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B'
8586
}
8687
}
@@ -101,6 +102,7 @@ pipeline {
101102
}
102103

103104
steps {
105+
sh 'rm -rf ?'
104106
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-data-maven-repository" ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B'
105107
}
106108
}

0 commit comments

Comments
 (0)