Skip to content

Instantly share code, notes, and snippets.

@0xradical
Created May 22, 2018 12:06
Show Gist options
  • Save 0xradical/32043811f44cebb9dd158f29656528d6 to your computer and use it in GitHub Desktop.
Save 0xradical/32043811f44cebb9dd158f29656528d6 to your computer and use it in GitHub Desktop.
Snippet demonstrando execução do pronto
stage ('Rodando testes') {
// ...
sh "PRONTO_GITHUB_ACCESS_TOKEN=${githubToken}"
PRONTO_PULL_REQUEST_ID=${GITHUB_PR_NUMBER} pronto run -f
github_status github_pr -c "origin/master"
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment