Yahav Itschak

Results 176 comments of Yahav Itschak

Hi @StulpeS7, Thanks for reporting this issue. Bamboo Artifactory plugin is planned to be updated soon. Though, I didn't see any compatibility issues with the latest release (V2.2.0) and Bamboo...

@StulpeS7, Unfortunately, we didn't manage to reconstruct the problem. However, you can try to wipe out Bamboo's caches and install the plugin manually by following these steps: 1. Stop Bamboo...

Anytime, @StulpeS7. By the way, version 2.3.0 of the Bamboo Artifactory Plugin is now available at the Atlassian marketplace. This version had been tested thoroughly with Bamboo V6.2.1. Feel free...

@ashrithacjfrog I'm a bit unsure about the requirements. Using OpenID Connect should allow you to access the JFrog platform without needing credentials, so there shouldn't be a need for a...

@skycaptain The JFrog CLI executes this API and sets up the `.npmrc` for you. You can build an npm project in two steps: 1. Configure the npm repository/ies: `jf rt...

@atljoseph thanks for using the Froggit Go library. We love code contributions! Would you consider adding this feature with a pull request?

@UIQA @bkaidbb , Thanks for reporting this issue. We fixed it in https://github.com/jfrog/jfrog-cli-core/pull/695, which is included in JFrog CLI [v2.29.6](https://github.com/jfrog/jfrog-cli-core/releases/tag/v2.29.6). JFrog Azure DevOps extension [v2.4.1](https://github.com/jfrog/jfrog-azure-devops-extension/releases/tag/2.4.1) already uses this CLI version...

@echo557 Sorry for the late response. Based on your example, you're aiming to include a task or a system property. Just add the TestParameter in the string of tasks: ```...

Thanks for reporting this issue, @MichaelDenwood! We couldn't reproduce this issue. I used the [project-examples](https://github.com/jfrog/project-examples) repository and the following configuration: ```yaml trigger: none pool: vmImage: 'windows-latest' steps: - task: NuGetToolInstaller@1...

Thanks for reporting this issue, @bjpe! Your analysis is correct. This is a harmless single call that does not use the trust store. We will look into it soon.