pipeline { agent any stages { stage('build docker') { steps { sh 'docker build face_recognition/. -t face-recognition-flask' } } } }