Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: move agent to the inner stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Apr 13, 2021
1 parent 5b0d0c2 commit b4ef61b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/e2eKibana.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@Library('apm@current') _

pipeline {
agent { label 'ubuntu-20' }
agent none
environment {
REPO = 'kibana'
BASE_DIR = "src/github.com/elastic/${env.REPO}"
Expand Down Expand Up @@ -47,6 +47,7 @@ pipeline {
}
stages {
stage('Process GitHub Event') {
agent { label 'ubuntu-20' }
steps {
checkPermissions()
buildKibanaDockerImage(refspec: getBranch())
Expand Down

0 comments on commit b4ef61b

Please sign in to comment.