Skip to main content

Questions tagged [build-pipeline]

General build pipeline questions. This includes, but is not exclusive to Jenkinsfile pipelines. See jenkins-pipeline for platform specific questions.

0 votes
0 answers
32 views

I am trying to figure out a way to skip a build of a Python project (Lambda, container, etc) and tell Terraform to do nothing for that resource (AWS lambda), but still update the other Terraform ...
Kaymaz's user avatar
  • 355
0 votes
1 answer
89 views

I am using Windows 11 and have installed the following software on my system: Jenkins: Version 2.479.2 Docker Desktop: Version 4.36.0 (175267) Oracle 19c Note: My Jenkins and Docker Desktop are ...
codeholic24's user avatar
1 vote
1 answer
1k views

I have a query in regards with Github workflows. Consider the below scenario : Github Organization 1 : sample_one Github Organization 2 : sample_two sample_one organization has one repository ...
Rezzerk's user avatar
  • 11
0 votes
1 answer
594 views

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
522 views

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

I am wondering about this: we are all used to continuous build. I.e. every push of source code to a version control system triggers a build job on a build system (Jenkins, GitLab CI/CD, whatever, ...) ...
Pirx's user avatar
  • 11
0 votes
1 answer
606 views

This (nearly empty) Azure DevOps pipeline yaml fails when initiated because of a PR from another repo's Build Validation: azure-pipelines.yaml of "App A": pool: name: default steps: - ...
Jason Kleban's user avatar
2 votes
3 answers
175 views

Here is the Forking workflow if you're not familiar with it. The company I work for is mostly comprised of historically open source developers. This has caused them to be stuck on the forking workflow ...
collin_tgz's user avatar
0 votes
2 answers
400 views

I'm new to the community, and I looked around a bit but didn't find a good point to start from. I have a specific problem I want to solve, but while trying to think of a solution I realized I need a ...
CIsForCookies's user avatar
1 vote
1 answer
62 views

we have multiple clusters - like 6 - and of course, as a dev makes changes to an application and it is deployed it will migrate the table data and so on by flyway/liquibase. But what if there is the ...
Chris Pillen's user avatar
0 votes
1 answer
868 views

Need to create a YAML based azure build pipeline i.e, need to run particular tasks like only build step when it is PR automated and when the same pipeline manually run it should run build task along ...
nova world's user avatar
1 vote
1 answer
814 views

I have the following case: There are a couple of repositories (well, two-digit number). Each of them has some sort of (declarative) Jenkins pipeline - it would be one of three types: run tests -> ...
cyau's user avatar
  • 113
3 votes
1 answer
2k views

I have usually seen that when someone uses Maven on a company network to download dependencies, then user is redirected to the JFrog Artifactory or any other, instead of downloading dependencies from ...
jerry383's user avatar
2 votes
1 answer
156 views

I'm designing a build & deploy pipeline for our project. We have two jobs: build -- builds a docker image with our app and pushes it to a container registry. deploy -- communicates with an ...
Himura's user avatar
  • 123
1 vote
1 answer
1k views

Currently we have a build pipeline which checks if there is a PR for the current branch and if yes it sets a variable and skips the other build steps. But when this happens the Release still completes ...
Staeff's user avatar
  • 111

15 30 50 per page
1
2 3 4 5