Move meta job to its dedicated ASG instance

This commit is contained in:
Joseph Ferguson 2025-09-09 11:32:09 -07:00
parent e4f3ec520f
commit 9d90818f69
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ properties([
]),
])
node {
node('doi-meta') { // use the dedicated meta instance
stage('Checkout') {
// prevent meta from triggering itself
// If 'Include in polling' is enabled or 'Include in changelog' is enabled, then when polling occurs, the job will be started if changes are detected from this SCM source.