Skip to content

Commit

Permalink
Lock android device as well
Browse files Browse the repository at this point in the history
  • Loading branch information
borrrden committed Nov 1, 2024
1 parent d9a5c60 commit d9ef0d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jenkins/pipelines/android/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ pipeline {
}
stage('Android') {
agent { label 'mob-e2e-mac-01' }
options {
lock("mob-e2e-android-01")
}
steps {
// Run tests:
echo "Run Android Tests"
Expand Down

0 comments on commit d9ef0d9

Please sign in to comment.