Skip to main content

Questions tagged [builds]

The process of converting source code files into standalone software artifact(s) that can be run on a computer. Can also describe a CI/CDs tools configuration such as TeamCity's 'Build Configurations' or TFS' 'Build Definitions'.

-1 votes
1 answer
58 views

With AppCenter retiring, my team(of over 10 people) is looking for an alternative solution that can integrate with our private Github repo to create beta test builds for our React Native app, if ...
Bob's user avatar
  • 99
1 vote
1 answer
47 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
509 views

I need to deploy a self hosted agent from Azure DevOps to on premise Hyper-V hosts. I have VMM managing the hosts. I need to complete the following: Deploy the VM from a base template Install Pre ...
CarlosDeanos's user avatar
2 votes
1 answer
2k views

I would like to upload .env file to a build in Github Actions. Is there any way I can do it?
Nitesh B.'s user avatar
  • 121
0 votes
1 answer
64 views

Maven's documentation states the following: "If a build phase has no goals bound to it, that build phase will not execute" However, according to the same documentation, the validate and ...
Omar Shazly's user avatar
0 votes
1 answer
27 views

"Endless list" questions are a no no, so I limit to top 20 only. I am presenting to non-dev ops people (even though I am one myself) on how some software we use creates quite a large image (~...
stevec's user avatar
  • 185
0 votes
1 answer
1k views

I configured Bitbucket webhook to trigger on Repository push. After each merge (which also deletes the source branch) it triggers build, which fails in Codefresh because of deleted branch. Does anyone ...
isobretatel's user avatar
2 votes
1 answer
1k views

I have a job which needs to include another job and needs to append a value to a variable, such as: nightlies: variables: BUILD_NAME: "nightly" script: - $BUILD_NAME="${...
user1092809's user avatar
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
0 votes
2 answers
510 views

It seems pretty easy to build image when I just mount the docker.sock in a container. It's same as what I do on hosts machine. Simply docker build . -t image/name:sometag. But when I need to do the ...
Nabin's user avatar
  • 101
2 votes
6 answers
1k views

The term build step is used everywhere, yet I searched both google.com and qwant.com to no avail. That baffles my mind. I also searched for a developer terminology index. Anyone has a good explanation ...
Smurf Developer's user avatar
2 votes
1 answer
371 views

I'm not sure quite how to phrase this question. I'd like to learn either by answer here or sharing a reference to read from: How do I build a pipeline with versioned build artifact? I've inherited an ...
John Rocha's user avatar
1 vote
2 answers
205 views

I am familiar with the term buildpack from a platform called Heroku. But I am not sure if it's a Heroku-specific term, or if it exists more broadly in DevOps nomenclature? When I google, I see plenty ...
stevec's user avatar
  • 185
0 votes
1 answer
39 views

Any advice on a good book explaining how things work in the industrial system test environment and production environment? It's my first time in this topic, so I would need a general overview. Key ...
Tms91's user avatar
  • 109
-1 votes
1 answer
82 views

The problem: An organization is developing a solution that contains a web application project class library projectS You manage a continuous integration pipeline for the application. Each time code ...
Rafael Gramoschi's user avatar

15 30 50 per page