ci(jenkins): add Ariadne pipeline job

This commit is contained in:
Brad Stein 2026-01-20 03:30:48 -03:00
parent 5fe8866623
commit 557663f524

View File

@ -120,6 +120,25 @@ data:
}
}
}
pipelineJob('ariadne') {
triggers {
scm('H/2 * * * *')
}
definition {
cpsScm {
scm {
git {
remote {
url('https://scm.bstein.dev/bstein/ariadne.git')
credentials('gitea-pat')
}
branches('*/master')
}
}
scriptPath('Jenkinsfile')
}
}
}
pipelineJob('data-prepper') {
triggers {
scm('H/5 * * * *')