pipeline { agent any stage('Run Tools Deployment Job') { steps { build( job: '../tools-deployment' ) } } } }