Hello Guys,
In pipelines, I'm trying to run a shell script from node, and that shell script requires Jre, as the shell script runs static pmd analysis and it is looking for JAVA path. I'm really not sure how to do this.
Never mind it can be solved by using default images of bitbucket.
image:
name: atlassian/default-image:2
pipelines:
default:
- step:
script: # Modify the commands below to build your repository.
- npm install
- npm test
artifacts: # defining the artifacts to be passed to each future step.
- reports/*.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.