Questions tagged [jfrog-pipelines]

From the website: "JFrog Pipelines is an automation solution for building, testing, and deploying software as part of your CI / CD pipeline." Please use this tag for questions related to the JFrog Pipelines product which is part of the JFrog suite of products.

JFrog Pipelines website: https://jfrog.com/pipelines/
JFrog has a suite of software products for applying DevOps principles and practices.

52 questions
0
votes
1 answer

Automatically schedule first run of pipeline

While using pipelines, i noticed that the first run of the pipeline needs to be a manual one.Is there a way to automatically trigger the first run of the pipeline. I created a pipeline source using git integration. I could see pipelines , but had to…
alokc
  • 11
0
votes
1 answer

How to scale Artifactory for 2000-3000 users?

I have to design a public-facing Artifactory in such a way that at one time 2000-3000, Devs/DevOps might run their operations on it. And, if it increases more then it might have to scale smoothly. I am not sure how to get started with this but the…
0
votes
1 answer

How can we limit a user to see and run only specific JFrog Pipelines?

Can we assign role based access control (RBAC) rules to control which users can access and run which pipelines?
Vivek Kodira
  • 2,764
  • 4
  • 31
  • 49
0
votes
2 answers

Getting "405: method not allowed" error while pinging to Jfrog Artifactory in Jfrog CLI

I have Installed Jfrog CLI (2.12.0) and configured it by using jf config addcommand. After passing the platform URL, username and password I executed jf rt ping to check the connection. But am getting the below error as a…
Bishop
  • 23
  • 6
0
votes
1 answer

Github credentials issue after recreating repo via JFrog Pipeline

I created a JFrog Pipeline that uses a GitHub repo. No issues at all. I deleted the repo and re-created it. Unless I change the name of the "resource" in the pipelines.yml file, JFrog Pipelines tries to use the old authentication tokens it generated…
mbw
  • 17
  • 3
-1
votes
0 answers

How to enable SSH login in Jfrog (community edition)

We are trying to enable ssh authentication method in jfrog community edition, but enabling ssh option is not available in Jfrog community edition. Can anyone guide us on this approach and please let us know if ssh authentication is available for…
-1
votes
1 answer

exception for NPE org.jfrog.build.extractor.maven.BuildInfoRecorder.addDependenciesToCurrentModule

Im creating a jenkins pipeline and I need to publish buildInfo in artifactory using artifactory plugin, this project has submodules with their own POM inside. My pipeline is similar to this pipeline { agent any stages { …
User1v0
  • 63
  • 1
  • 10
1 2 3
4