JFrog Integration
How to configure the CLI if the CI pipeline can only communicate with a JFrog artifact server
export SEAL_JFROG_AUTH_TOKEN=<token> # the reference token created in the previous step export SEAL_JFROG_INSTANCE_HOST=<domain> # for example: domain.jfrog.io export SEAL_JFROG_ENABLED=1 export SEAL_PROJECT=<project-id> # the ID of the current projectjfrog: host: <doman> # for example: domain.jfrog.io token: <token> # the reference token created in the previous step enabled: true project: <project-id> # the ID of the current project
Last updated