Adding JFrog CLI Pipe to Bitbucket YAML:

ARTIFACTORY: How to configure JFrog CLI Bitbucket Pipe

AuthorFullName__c
Soly Im
articleNumber
000005248
ft:sourceType
Salesforce
FirstPublishedDate
2022-04-11T08:13:46Z
lastModifiedDate
2023-01-22T11:06:10Z
VersionNumber
3
Once you have the necessary variables added, you will need to add the below tasks to our Bitbucket Pipelines YAML file.
  - pipe: jfrog/jfrog-setup-cli:1.0.0
             - source ./jfrog-setup-cli.sh

User-added image

Once added, you can perform a test run of our Pipelines to make sure there is no issue.
User-added image

Verifying Connection:
To verify that Bitbucket was able to successfully connect to JFrog Artifactory, you can add a task to perform a ping to Artifactory.
jfrog rt ping

User-added image
You should see an OK response from Artifactory if Bitbucket was able to successfully connect to Artifactory.

User-added image