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 9d8878a commit 0320e03Copy full SHA for 0320e03
Jenkinsfile
@@ -34,6 +34,7 @@ node('digitalocean && ubuntu-16.04 && 8gb && android-6.0') {
34
wrap([$class: 'AnsiColorBuildWrapper', colorMapName: 'xterm']) {
35
stage 'Prepare'
36
sh 'rm -f *.gz'
37
+ sh "find out/target/product/tulip-chiphd -name 'libatv_uinputbridge.so' -delete"
38
39
stage 'Sources'
40
sh '''#!/bin/bash
0 commit comments