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
1
vote
1 answer

Jfrog Pipeline - Does cronTrigger resource supports triggering a pipeline with predefined variables?

resources: - name: nightly_cron_trigger type: CronTrigger configuration: interval: "30 03 * * *" # Every day at 03:30AM UTC branches: include: *serviceBranchRegexp pipelines: - name: commons_nightly steps: …
1
vote
1 answer

Jfrog system template include multiple templates file

I would like to create a jfrog system template and include multiple templates files in it. I have tried to use "named templates" with "include" but it seems that it is not supported. And using: {{- template "GitRepo" . }} Only works if I write the…
Jotta E
  • 292
  • 5
  • 14
1
vote
1 answer

Need to run test suites on different platforms

As part of our Pipeline i need to run tests on Linux, Windos & MAC. is there any built in option or best practices for such task? any examples? I am expecting if there is any feasible inbuilt option in pipeline to achieve this
krishna
  • 41
  • 5
1
vote
1 answer

Trigger a pipeline X times a day

I have a use-case where i want to run a specific pipeline X times a day, is there a recommendation on efficient way to achieve this? For example, i have a pipeline which will need to run 10 times a day with different parameters and store it's result…
Amith
  • 6,818
  • 6
  • 34
  • 45
1
vote
1 answer

Does the “Pipelines of Pipelines” feature work between two different projects

I’m trying to trigger a pipeline job in Project B from another in Project A. Is this allowed? Is it possible to use Pipelines of Pipelines feature for the same?
akhil
  • 21
  • 3
1
vote
1 answer

Two runs being triggered in JFrog Pipelines for every release

I have the below configuration for a GitRepo resource: name: ExtBuildInfo_ReleaseGitRepo type: GitRepo configuration: gitProvider: Github path: myrepo/ext-build-info tags: include: ^v.*$ buildOn: commit: false …
1
vote
1 answer

Jfrog Pipelines not syncing when I changed values.yaml

I have updated values.yaml but not pipelines.yaml and that update was not synced. To get the changes effective, I had to manually sync the pipeline - is there a solution to this? How can I automatically sync the pipeline on values yaml file changes…
1
vote
1 answer

Why all the steps under an "affinity group" waiting?

Scenario: We have a pipeline named example_pipeline example_pipeline has a step named step_1 (not part of any affinity group) example_pipeline has 2 steps step_2 & step_3 which are under an affinity group named example_affinity_group step_3 is…
KunalMZ
  • 331
  • 1
  • 9
1
vote
1 answer

Jfrog Pipeline - how I can get the committer name/login on the merge to master branch

In the pipeline's step, how do I get the name of the committer I have tried to use res__committerLogin
1
vote
1 answer

is there a function call that can be used to clean up run artifacts in Jfrog pipelines

I am using the utility function add_run_files and want to remove them after the run completes. How do I do this I have gone through this documentation
1
vote
1 answer

Jfrog pipeline embedded pipeline parent step is failing if one of the step in the embedded pipeline is skipped

Jfrog pipelines embedded pipeline parent step is failing if one of the step in the embedded pipeline is skipped (without additional failures). Is there a way to make it green in case of skipped step? Sample Pipeline Yaml pipelines: - name:…
1
vote
1 answer

JFROG pipelines Windows static node throws "check_win_containers_enabled : Windows Containers must be enabled" error on adding

When adding a windows static node on jfrog pipelines, and running the initialization script on the windows server throws "check_win_containers_enabled : Windows Containers must be enabled" error
1
vote
1 answer

Unable to pull docker image in Jfrog pipelines build nodes

I have setup pipelines as per the developer docs, and I see this error when trying to run a build docker pull myInstance.cloud:8082/docker-local/pipelines-u18java:17 Error response from daemon: Get "https://myInstance.cloud:8082/v2/": remote error:…
Priyanshu
  • 65
  • 5
1
vote
1 answer

JFrog Pipelines does not come up after an upgrade

In the logs, I see the following error: 2022-11-15T02:00:52.941Z [jfrou] [FATAL] [1914f17694f779cc] [bootstrap.go:99 ] [main ] [] - Cluster join: Failed resolving join key: Corrupted join key: encoding/hex: invalid…
1
vote
1 answer

Jfrog Pipelines - Step failing with "All resource versions are not fetched"

One of my steps suddenly started failing with the error: reqKick|executeStep|step|prepData|jFrogPipelinesSessionId:28be9c21-4ad6-4e3d-9411-7b9988535fd1|_getResourceVersions, All resource versions are not fetched. Requested resource versions: 16;…
Abhishek
  • 539
  • 5
  • 25