I have this pipliens file:
image: node:10.15.3
pipelines:
default:
- step:
caches:
- node
script:
- npm install
- step:
deployment: production
script:
- pipe: atlassian/sftp-deploy:0.5.2
variables:
USER: $USER
SERVER: $HOST
REMOTE_PATH: $PATH
PASSWORD: $PASSWORD
(problem with editor, sorry for tab space, in original file spaces is ok)
and when i try to run pipeline, i have an error:
+ npm install
bash: npm: command not found
In other project this file works fine, but not in second repository.
Hello,
Is this problem still occurring? It's possible there may have been a temporary issue with the Docker image itself.
Thanks,
Philip
Yes.
Can you see results of private piplines?
This one is failed with error "npm: command not found": https://bitbucket.org/neposedy-team/photo-smartsheets-planner/addon/pipelines/home#!/results/22
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No I don't have permission to see private pipelines.
Can you open a support ticket here with details of your issue. They'll have permission to view private pipelines: https://support.atlassian.com/contact
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.