Skip to main content

Questions tagged [pipeline]

The tag has no usage guidance.

0 votes
2 answers
165 views

Restrict access to trigger the GitLab pipeline job

I have a requirement: Only people with the Maintainer access in the repository should have access to trigger the Gitlab pipeline jobs in the respective repository. The developers in the repositories ...
Ajay's user avatar
  • 237
0 votes
2 answers
441 views

Why are the outputs variables that I am passing from one job to another showing empty in Azure pipelines?

I have a pipeline with multiple jobs. I would like to send the output that I am setting in a powershell script to another job in the pipeline. I have followed several examples to do this, like: 'https:...
krakergig's user avatar
1 vote
2 answers
2k views

GitLab CI: How to properly push file to a repo using ci file?

I'm trying to setup a GitLab CI pipeline which runs a script (convert-inventory-format.sh) that update a yaml file. I would then like to commit that file to a Git repository and push it. However, the ...
DiklaS's user avatar
  • 11
0 votes
1 answer
86 views

Queue jenkins job task in azure pipeline won't complete

I have set up an azure devops pipeline with a single task - to queue a jenkins build job. The jenkins job is a parameterised pipeline build. The job queues and runs as expected in Jenkins. I would ...
Jonny's user avatar
  • 1
0 votes
1 answer
382 views

How to specify ANY for tags in the yaml file for pipelines

In my pipeline definition, for getting resources from other pipeline, I'd like to define a default tags value to use, such as "release candidate", but allow to select to use any tags or even ...
Weishan Yang's user avatar
2 votes
1 answer
283 views

Best practice multiple pipelines into production

Working with a larger corporate. They are planning on opening a second pipeline for a hybrid mobile app. This second pipeline will be for hotfixes straight into production. My gut feeling is that this ...
lindsaymacvean's user avatar
0 votes
1 answer
156 views

How widespread, used is CWL, common workflow language?

Trying to get an overview of different languages and software for workflows and data pipelines--and thus 'data engineering'--I stumbled upon Common Workflow Language. I thought, well, how common is ...
Johan's user avatar
  • 103
0 votes
1 answer
767 views

Stage Parallelization in Jenkins declarative pipelines

I am trying to get a Jenkins (2.204.2) declarative pipeline to run parallel stages generated into a map on different machines. I am aware it can be done by mixing in the script block and I have done ...
iwantmyhatback's user avatar
0 votes
1 answer
35 views

build pipeline with repository: is it advisable to build both on repo and end server

I am doing a classic build with install (pip/python), lint,test,format on my github repository with github actions, then deploying with ssh (copying the repo on server and deploying with docker/docker-...
user avatar
1 vote
1 answer
1k views

Setting up gitlab phpstan pipeline

I have tried to start using phpstan pipeline on gitlab according to this guide. The problem is that the pipeline does not work at all (Command 'sh' is not defined) and i don't know how to fix it. Here ...
Kyborek's user avatar
  • 113
1 vote
1 answer
69 views

Does GitLab support assigning a reviewer based on the contributor?

My company has the notion of a Senior Tier of developers. These developers are dispersed amongst development teams. Then we assign the Senior Developers from one team to assess the contribution from a ...
Evan Carroll's user avatar
  • 2,251
1 vote
1 answer
7k views

Read and parse json file from workspace on slave node

I have a Jenkins job which runs on a slave node on another machine, both master and slave run on windows. The slave node is being run as a windows service. I am unable to read a json file from ...
Sreehari's user avatar
5 votes
1 answer
5k views

Gitlab : Download artifacts from a job in another child pipeline

I want to download an Artifact in a job present in a Child pipeline from another job present in another Child pipeline part of the same parent-child pipeline hierarchy. I tried with the files below ...
AmineDg's user avatar
  • 51
1 vote
1 answer
8k views

how to create dynamic stages in jenkins pipeline

I want to use a python script as input to create stages in jenkins pipeline test.py {'job-name': 'Test1', 'action': 'a', 'targetname': 'x'} {'job-name': 'Test2', 'action': 'b', 'targetname': 'y'} {'...
Pavithra's user avatar
4 votes
1 answer
1k views

Gitlab CI: change pipeline definition dynamically

I need to pass info from stage A to stage B so I can change stage B dynamically. Details: I have a stage (A) where I validate a terraform plan and check if it's going to destroy resources. I have ...
Pablo's user avatar
  • 143

15 30 50 per page