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

Commit

Permalink
fix: use an agent when building kibana (#1030)
Browse files Browse the repository at this point in the history
* fix: use an agent when building kibana

* chore: move agent to the inner stage

(cherry picked from commit c0f3ed2)
  • Loading branch information
mdelapenya authored and mergify-bot committed Apr 13, 2021
1 parent ea2e08d commit bd64f61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/e2eKibana.groovy
Original file line number Diff line number Diff line change
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 bd64f61

Please sign in to comment.