Created
May 22, 2018 12:06
-
-
Save 0xradical/32043811f44cebb9dd158f29656528d6 to your computer and use it in GitHub Desktop.
Snippet demonstrando execução do pronto
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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