Skip to content

Commit c1f0e34

Browse files
committed
contrib/ci.inria.fr: use a node with tag 'android2024' for android builds
We need a recent java, android studio, gradle, etc. The old 'android' node is still used for old branches. It will likely disappear in the near future. Signed-off-by: Brice Goglin <[email protected]> (cherry picked from commit 8f84e8d)
1 parent 9c569a4 commit c1f0e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/ci.inria.fr/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ pipeline {
230230
}
231231
}
232232
} else if (it == 'AndroidStudio') {
233-
node('android') {
233+
node('android2024') {
234234
dir('check-android') {
235235
unstash 'script-android'
236236
unstash 'tar-android'

0 commit comments

Comments
 (0)