Run nightly checkout on built-in node
This commit is contained in:
@@ -16,6 +16,7 @@ pipeline {
|
||||
}
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
agent { label 'built-in' }
|
||||
steps {
|
||||
withCredentials([sshUserPrivateKey(credentialsId: 'gitea-ssh', keyFileVariable: 'GIT_KEYFILE')]) {
|
||||
sh '''
|
||||
|
||||
Reference in New Issue
Block a user