Most voted "pipeline" questions
6 questions
Sort by count of
-
1
votes0
answers48
viewsIn Data Science and Programming, what does the expression "Pipeline" mean?
What does the expression "Pipeline mean"?
pipelineasked 3 years, 9 months ago Lucas Leitão 11 -
0
votes1
answer40
viewsChaining of pipelines
I’ve got two Jenkins (A and B). What I need is that job A, after finishing, start the job execution B. Since I need a user’s approval for this to happen. //algo do tipo executarJobB = input(…
-
0
votes1
answer41
viewsHow do I pull from the remote gitlab repository in a freestyle Jenkins pipeline?
I’d like to know how to best search for remote repository updates by doing a git pull with a fresh Jenkins pipeline. I am using Jenkins just to get updates on the master and Developer branchs. I…
-
0
votes0
answers11
viewsAWS - Pipeline when running deletes folders. How do you change this behavior?
Using an EC2 instance, along with codecommit, codebuilder and codedeploy, I have a folder structure at the root that looks like the following: root api (API codes in PHP) backend (PHP administrative…
-
0
votes0
answers9
viewsProblems with CI/CD in Github Actions for AWS
I am facing a problem when making my application CD in AWS, within my yml code I have the following excerpt: # Configure AWS credentials - name: Configure AWS credentials uses:…
-
-1
votes1
answer14
viewsProblems integrating Bitbucket pipelines with Heroku
I have a problem integrating pipelines of bitbucket with Heroku, I set the file normally, and when it goes to part of the build in Heroku it appears this message: -----> Building on the Heroku-20…