Questions tagged [build-server]
57 questions
0
votes
0 answers
AWS EC2 Looses public Internet after install Visual Studio 2013
I am trying to setup a build server on an AWS EC2. It is a base Windows 2012 R2, MsSQL 2014 and TeamCity 9.x. At this point the public internet works just fine. I can do windows updates and TeamCity can pull the project from Github.
The project…

Chadit
- 101
- 1
0
votes
1 answer
Setting Up Replication/master slave configuration to mariaDB
I'm starting my project using mariaDB
I want to setup master slave configurations on windows 7 64Bit. I don't know how to setup this kind of configuration.
I've searched on google, visited websites and blogs, i find a term buildbot, is it related…

Ashish Ratan
- 113
- 1
- 1
- 6
0
votes
1 answer
Where to store private key on Linux build server
On my Debian 3.2.54-2 build server I'd like to sign the build artifacts (JAR files) with my private key to ensure their authenticity.
I've created a private key secring.gpg using GnuPG and protected it with a password. I'm using Jenkins and Gradle…

Matthias Braun
- 225
- 1
- 8
0
votes
2 answers
Getting file not found error with pdebuild
I am attempting to build a Debian package using pdebuild on my main development server (running Debian wheezy). Here is the command I run:
pdebuild --pbuilder cowbuilder --buildresult .. \
--debbuildopts -i -- \
--basepath…

user35042
- 2,681
- 12
- 34
- 60
0
votes
2 answers
Which hardware to VM ratio for Build-Server virtualization?
After a few comments and answers and thinking, I hope I can now add a
TL;DR : If I want full performance(a) and (simple) HW failure redundancy, does it make any sense to go for a virtualization solution with more than one guest per hardware-box?
(a)…

Martin
- 589
- 4
- 10
- 27
0
votes
1 answer
Best linux distribution for Java build server &
we are trying to setup a build server for building our Java projects. Following software will be installed:
* Subversion
* Jira/Confluence/Crucible/Fisheye ...
* Bamboo (continuous integration solution)
I have 2 questions:
1. Which dist of linux…
user41223
0
votes
1 answer
Things to consider when building a continuous integration server?
I'm new to continuous integration, but immediately realize its value, and I want to get one set up right away. I have played with TeamCity and have it working in a VM great.
Now, I don't want to spend money on another system, so I was planning on…

Dave
- 103
- 4
0
votes
0 answers
Passing Variable between GHA steps
I'm trying to pass variables from one steps to another step in github action . Below doesn't work . Is there way to do it ?
jobs:
eks_delete_resources:
runs-on: code-default
defaults:
run:
shell: bash
steps:
-…
0
votes
1 answer
Difference between Build Pipeline and Deployment Pipeline
If somebody could explain this in the simplest of terms I would appreciate it. I'm trying to understand the differences between the two if there are any.

jrd1989
- 698
- 15
- 48
-1
votes
1 answer
TFS on Virtual Server
Is a small Virtual Server with 2 cores (1.6GHz) and 1GB RAM capable of running a Team Foundation Server for Version Control and Building with ~5 Users?
Nothing else will run on the system (except of the OS itself).
I ask this, because on the…

Mark Hähnel
- 3
- 2
-1
votes
2 answers
Setting up Hudson on ec2 and configuring with web gui
I would like to setup hudson on a ec2 micro linux instance. My question is exactly how to configure hudson after i install it remotely via ssh on the ec2 instance. I would like to configure using the hudson web gui. When I have done this locally,…

b3bop
- 101
-1
votes
2 answers
Hardware Specs for Apache/SVN Server With High Transaction Level
I have to ask my company to assemble an svn server with apache. The transaction level is quite high. In fact today I was having problems with it with the current server, and I don't know if the issue is the bandwidth, because the processor never…

apacay
- 179
- 2
- 11