hello,
how do i go about adding "curl" to the pipeline? I think the image (atlassian/pipelines-awscli) doesn't have the curl installed.
Is there a better way of building a docker and pushing it into Jfrog repo?
Thank you
Error:
Build setup19s
pipe: jfrog/jfrog-setup-cli:1.0.0
source ./jfrog-setup-cli.sh
+ source ./jfrog-setup-cli.sh
bash: curl: command not found
JFrog CLI downloaded failed.
minimum pipelines code:
image:
name: atlassian/pipelines-awscli
definitions:
push: &push
name: Push to Jfrog
script:
- pipe: jfrog/jfrog-setup-cli:1.0.0
- source ./jfrog-setup-cli.sh
- jfrog rt ping
pipelines:
branches:
master:
- step: *push
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.