@Library('farmmaps-shared-library') _ pipeline { agent any; stages { stage('FarmmapsLibBuildAll') { steps { stepFarmmapsLibBuildAll(); } } } }