feat: archive
web/cryptpad/pipeline/head There was a failure building this commit

This commit is contained in:
Julien Cabillot
2026-05-28 16:52:13 -04:00
parent 20a564975f
commit 666fedc2a0
Vendored
+3 -3
View File
@@ -7,9 +7,9 @@ pipeline {
agent any
triggers {
cron('@midnight')
}
//triggers {
// cron('@midnight')
//}
stages {
stage('Clone repository') {