We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a61c3 commit 528090cCopy full SHA for 528090c
Jenkinsfile
@@ -40,7 +40,7 @@ pipeline {
40
}
41
42
steps {
43
- sh 'rm -rf \\?'
+ sh 'rm -rf ?'
44
45
// Create link to directory with Redis binaries
46
sh 'ln -sf /work'
@@ -81,6 +81,7 @@ pipeline {
81
82
83
84
85
sh 'MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/spring-data-maven-repository" ./mvnw -Pci,snapshot -Dmaven.test.skip=true clean deploy -B'
86
87
@@ -101,6 +102,7 @@ pipeline {
101
102
103
104
105
106
107
108
0 commit comments