#!/usr/bin/env groovy def call() { sh 'docker stack deploy --with-registry-auth --prune --compose-file docker-compose.yml $PROJECT_NAME' }