Questions tagged [build-management]

23 questions
1
vote
1 answer

See who set a build to retain indefinately in TFS

All developers in our companies teams can put a build to retain indefinitely. We use TFS 2017. In the history of a build, you can see that the build has been set to retain indefinitely, but NOT, WHO did this. We want to know this, because this…
real_yggdrasil
  • 1,213
  • 4
  • 14
  • 27
1
vote
1 answer

How to see changes without building maven project?

I have simple java web application. web application has some js, css, html files. when I change js files, i am not able to view new changes in browser. For new changes i have to perform "mvn clean install" command then only i am able to see new…
1
vote
1 answer

Shadow Copying in Perforce?

I am working with a team and we are trying to restructure our approach to managing our perforce depo. Our current solution is to maintain a separate "work" folder structure. Each person is limited to their own work folder a swell as discipline…
Serguei Fedorov
  • 7,763
  • 9
  • 63
  • 94
0
votes
2 answers

Is it possible to construct build environment for cross-compiling for different target environment?

In these days, I'm learning joy of open-source world. With Homebrew package build management system on Mac OS X. Building software for my purpose was so easy and simple. Anyway, those package systems are designed for host system only. If I want to…
eonil
  • 83,476
  • 81
  • 317
  • 516
0
votes
1 answer

It cannot be determined, which agent will be used for which build configuration in parallel Multi-config builds

We use the multi-configuration according to the BuildConfiguration variable and run the release and debug in parallel with Clean:false in one of our builds. In the agent queue, we have two agents that meet the requirements for this particular build…
0
votes
0 answers

Code Management ,different code for different environment under same package

I have an application which has the client code to a web service , the application was tested successfully and moved to production , Live deployment was such that the client had to be generated again and practically we have the same code with two…
abhi
  • 621
  • 1
  • 6
  • 17
0
votes
2 answers

Maven: build tasks (updating/copying files etc) outside lifecycle?

What is the popular approach to managing build tasks when using Maven? I'm currently using Maven for dependency management, but I need to define several "tasks" that can be executed anytime independent of the lifecycle similar to what Ant or Rake…
johnrl
  • 583
  • 6
  • 17
0
votes
1 answer

Would it be a bad practice to manage deployments through Jenkins?

Jenkins would naturally be used for automatic build/deployment/testing and reporting activities. However, would it be a bad practice to manage all environment -related activities in Jenkins as well? We did this sort of with Microsoft Team Foundation…
user1340582
  • 19,151
  • 35
  • 115
  • 171
1
2