pipeline refactor
This commit is contained in:
parent
296972e519
commit
3f60a59928
@ -13,5 +13,4 @@ pipelines:
|
|||||||
- mvn compiler:testCompile
|
- mvn compiler:testCompile
|
||||||
- mvn surefire:test
|
- mvn surefire:test
|
||||||
- export REPORTPATH="target/test-reports/*.*"
|
- export REPORTPATH="target/test-reports/*.*"
|
||||||
- curl -H "Authorization: Bearer ${BEARER_TOKEN}" -X POST "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"${REPORTPATH}"
|
- #curl -H "Authorization: Bearer ${BEARER_TOKEN}" -X POST "https://api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"${REPORTPATH}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user