projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d20d1b
)
✏️ Fix typo in Java 17 build
author
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Fri, 22 Nov 2024 20:50:22 +0000
(21:50 +0100)
committer
David ‘Bombe’ Roden
<bombe@freenetproject.org>
Fri, 22 Nov 2024 20:50:22 +0000
(21:50 +0100)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index
e11ea01
..
7360cda
100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-44,7
+44,7
@@
pipeline {
}
steps {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
- sh './mvnw clean veri
t
y'
+ sh './mvnw clean veri
f
y'
}
}
}