Move meta job to its dedicated ASG instance
This commit is contained in:
parent
e4f3ec520f
commit
9d90818f69
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue