1 Commits

Author SHA1 Message Date
Julien Cabillot 666fedc2a0 feat: archive
web/cryptpad/pipeline/head There was a failure building this commit
2026-05-28 16:52:13 -04:00
Vendored
+3 -3
View File
@@ -7,9 +7,9 @@ pipeline {
agent any
triggers {
cron('@midnight')
}
//triggers {
// cron('@midnight')
//}
stages {
stage('Clone repository') {