Skip to content

Commit

Permalink
ci: user fixed type of agent (elastic#19625)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuisathaverat authored and melchiormoulin committed Oct 14, 2020
1 parent c387556 commit ed19227
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build-docker-images.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@Library('apm@current') _

pipeline {
agent { label 'linux && immutable' }
agent { label 'ubuntu-16 && immutable' }
environment {
REPO = 'beats'
BASE_DIR = "src/github.com/elastic/${env.REPO}"
Expand Down
1 change: 1 addition & 0 deletions .ci/jobs/build-it-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
scm:
- git:
url: git@github.com:elastic/beats.git
refspec: +refs/heads/*:refs/remotes/origin/* +refs/pull/*/head:refs/remotes/origin/pr/*
wipe-workspace: true
name: origin
shallow-clone: true
Expand Down

0 comments on commit ed19227

Please sign in to comment.