pipeline { agent any stages { stage('Build Project') { steps { build "Frida-android-binaries" } } } }