mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 06:07:57 +01:00
Fix pipeline
This commit is contained in:
parent
6b97736d59
commit
4fb144b63c
@ -10,30 +10,30 @@ image: maven:3.6.3
|
||||
pipelines:
|
||||
default:
|
||||
- parallel:
|
||||
- step:
|
||||
name: Build and Test
|
||||
caches:
|
||||
- maven
|
||||
- node
|
||||
script:
|
||||
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
|
||||
- . $HOME/.nvm/nvm.sh && nvm install node
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2 || true
|
||||
- export PATH=$HOME/.yarn/bin:$PATH
|
||||
# Workaround for jaxb plugin bug on java 11 or higher.
|
||||
- export MAVEN_OPTS="--illegal-access=permit"
|
||||
- yarn --version
|
||||
- mvn -B verify --file pom.xml install
|
||||
after-script:
|
||||
- step:
|
||||
name: Build and Test
|
||||
caches:
|
||||
- maven
|
||||
- node
|
||||
script:
|
||||
- curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash
|
||||
- . $HOME/.nvm/nvm.sh && nvm install node
|
||||
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.3.2 || true
|
||||
- export PATH=$HOME/.yarn/bin:$PATH
|
||||
# Workaround for jaxb plugin bug on java 11 or higher.
|
||||
- export MAVEN_OPTS="--illegal-access=permit"
|
||||
- yarn --version
|
||||
- mvn -B verify --file pom.xml install
|
||||
after-script:
|
||||
# Collect checkstyle results, if any, and convert to Bitbucket Code Insights.
|
||||
- pipe: atlassian/checkstyle-report:0.2.0
|
||||
- step:
|
||||
name: Security Scan
|
||||
script:
|
||||
# Run a security scan for sensitive data.
|
||||
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
|
||||
- pipe: atlassian/git-secrets-scan:0.4.3
|
||||
- step:
|
||||
runs-on: self.hosted
|
||||
script: echo hello
|
||||
- pipe: atlassian/checkstyle-report:0.2.0
|
||||
- step:
|
||||
name: Security Scan
|
||||
script:
|
||||
# Run a security scan for sensitive data.
|
||||
# See more security tools at https://bitbucket.org/product/features/pipelines/integrations?&category=security
|
||||
- pipe: atlassian/git-secrets-scan:0.4.3
|
||||
- step:
|
||||
runs-on: self.hosted
|
||||
script: echo hello
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user