jenkins: add ci-demo job

This commit is contained in:
Brad Stein 2025-12-17 19:27:23 -03:00
parent daa354e2cd
commit bbb84c1182

View File

@ -268,6 +268,25 @@ spec:
}
}
}
pipelineJob('ci-demo') {
triggers {
scm('H/1 * * * *')
}
definition {
cpsScm {
scm {
git {
remote {
url('https://scm.bstein.dev/bstein/ci-demo.git')
credentials('gitea-pat')
}
branches('*/master')
}
}
scriptPath('Jenkinsfile')
}
}
}
persistence:
enabled: true
storageClass: astreae