Run nightly checkout on built-in node

This commit is contained in:
2026-03-30 00:11:45 +02:00
parent 3f5d5b637b
commit ebde2806c1

View File

@@ -16,6 +16,7 @@ pipeline {
} }
stages { stages {
stage('Checkout') { stage('Checkout') {
agent { label 'built-in' }
steps { steps {
withCredentials([sshUserPrivateKey(credentialsId: 'gitea-ssh', keyFileVariable: 'GIT_KEYFILE')]) { withCredentials([sshUserPrivateKey(credentialsId: 'gitea-ssh', keyFileVariable: 'GIT_KEYFILE')]) {
sh ''' sh '''