Skip to content

Commit 264746d

Browse files
authored
Use clean droplet
1 parent 738d235 commit 264746d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ properties([
1010
])
1111
*/
1212

13-
node('digitalocean && ubuntu-16.04 && 16gb && android-7.0') {
13+
node('digitalocean && ubuntu-16.04 && 16gb && clean') {
1414
stage 'System'
1515
sh '''#!/bin/bash
1616
sudo add-apt-repository -y ppa:openjdk-r/ppa

0 commit comments

Comments
 (0)