Skip to content

Commit

Permalink
BEAM-6919 switch snapshot publishing to ubuntu labelled agents
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanzou committed Apr 22, 2019
1 parent dfcc9e5 commit 197807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .test-infra/jenkins/job_Release_NightlySnapshot.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ job('beam_Release_NightlySnapshot') {
concurrentBuild()

// Set common parameters. Timeout is longer, to avoid [BEAM-5774].
commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 200)
commonJobProperties.setTopLevelMainJobProperties(delegate, 'master', 200, true, 'ubuntu')

// This is a post-commit job that runs once per day, not for every push.
commonJobProperties.setAutoJob(
Expand Down

0 comments on commit 197807e

Please sign in to comment.