node('master'){ stage('git') { } stage('deploy'){ sh 'docker-compose --context gordon up --build -d' } }