bitbucket-pipelines.yml edited online with Bitbucket
This commit is contained in:
parent
f5fd2f2718
commit
299d4fbc51
@ -5,12 +5,13 @@
|
|||||||
|
|
||||||
# Prerequisites: pom.xml and appropriate project structure should exist in the repository.
|
# Prerequisites: pom.xml and appropriate project structure should exist in the repository.
|
||||||
|
|
||||||
image: maven:3.6.3
|
|
||||||
|
|
||||||
pipelines:
|
pipelines:
|
||||||
default:
|
default:
|
||||||
- parallel:
|
- parallel:
|
||||||
- step:
|
- step:
|
||||||
|
runs-on:
|
||||||
|
- self.hosted
|
||||||
|
- macos
|
||||||
name: Run Webtests
|
name: Run Webtests
|
||||||
caches:
|
caches:
|
||||||
- maven
|
- maven
|
||||||
|
Loading…
Reference in New Issue
Block a user