git://wamblee.org
/
utils
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27e6492
)
fix
author
Erik Brakkee
<erik@brakkee.org>
Sat, 24 Sep 2022 09:25:02 +0000
(11:25 +0200)
committer
Erik Brakkee
<erik@brakkee.org>
Sat, 24 Sep 2022 09:25:02 +0000
(11:25 +0200)
Jenkinsfile
patch
|
blob
|
history
diff --git
a/Jenkinsfile
b/Jenkinsfile
index 833b6ad0738768e8147ebf4b2591fbcd611c7661..5970e43388897da4a372783f67106d4cd108fdc7 100644
(file)
--- a/
Jenkinsfile
+++ b/
Jenkinsfile
@@
-13,8
+13,8
@@
pipeline {
stages {
stage('Main') {
steps {
- sh
"""
- export
+ sh
'''
+
export
rm -rf ~/.m2/repository/org/wamblee
mvn install
@@
-39,7
+39,7
@@
pipeline {
rsync -a --delete target/site/apidocs/ /data/www/http.wamblee.org/apidocs/
- """
+ '''
}
}
}