Deploy to packages.libreccm.org
parent
8ca90bb3a4
commit
6b9116dc41
|
|
@ -19,6 +19,15 @@ pipeline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage("Deploy") {
|
||||||
|
steps {
|
||||||
|
dir('') {
|
||||||
|
configFileProvider([configFile(fileId: 'scientificcms-packages-deploy', variable: 'MAVEN_SETTINGS')]) {
|
||||||
|
sh 'mvn -U -s "$MAVEN_SETTINGS" -e package deploy'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
post {
|
post {
|
||||||
success {
|
success {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue