We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 738d235 commit 264746dCopy full SHA for 264746d
Jenkinsfile
@@ -10,7 +10,7 @@ properties([
10
])
11
*/
12
13
-node('digitalocean && ubuntu-16.04 && 16gb && android-7.0') {
+node('digitalocean && ubuntu-16.04 && 16gb && clean') {
14
stage 'System'
15
sh '''#!/bin/bash
16
sudo add-apt-repository -y ppa:openjdk-r/ppa
0 commit comments