pipeline { agent any stages { stage('test') { steps { sh 'docker build -t jenkins-sguba .' } } } }