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

fix: use an agent when building kibana #1030

Merged
merged 2 commits into from
Apr 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 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 none
agent { label 'ubuntu-20' }
mdelapenya marked this conversation as resolved.
Show resolved Hide resolved
environment {
REPO = 'kibana'
BASE_DIR = "src/github.com/elastic/${env.REPO}"
Expand Down