Most Popular
1500 questions
4
votes
2 answers
Why is Jenkins unable to read config.xml?
java.io.EOFException: no more data available - expected end tag to close start tag from line 2, parser stopped on END_TAG seen ... \n\n... @42:1
at org.xmlpull.mxp1.MXParser.fillBuf(MXParser.java:3035)
…
Hari
- 59
- 1
- 1
- 4
4
votes
1 answer
Workplace viewport scripting
Working with DevOps toolchains requires switching contexts between code, dashboards and command line terminals (local and remote). That is just for one project - and many of us work in more than one.
To reduce switching and navigating, folks and me…
Ta Mu
- 6,772
- 5
- 39
- 82
4
votes
1 answer
Multiple gradle builds with docker
I have a multi-branch setup on Jenkins for my Gradle project. I would like to be efficient in terms of performance and cost as well (money!). Meaning, if would like to build my project many times, for different branches, commits, in parallel. For…
Valter Silva
- 209
- 1
- 2
- 6
4
votes
3 answers
Good IDE or plugins for typical DevOps functions?
I'm starting up the DevOps initiative at my company and trying to decide what IDE and other development tooling to invest the team in for our various repositories.
Language wise we have a lot of Ruby and Groovy, but that's hardly the entire picture.…
wberry
- 141
- 1
- 4
4
votes
1 answer
Rename VM in VMware Fusion via command line
Is it possible to rename a VM in VMWare Fusion via command line? (ie not clone and then name the new VM and delete the old VM).
For example, Parallels has the prlctl tool, and the process would be something like:
prlctl stop oldname
prlctl set…
Rekovni
- 933
- 10
- 24
4
votes
1 answer
Running multiple websites on Docker in isolated or shared database containers?
So I have been reading up on Docker, and I cannot quite get my head around this concept. There are literally dozens of tutorials on the web about spawning a Wordpress instance on Docker within 5 minutes. All these sites spawn their processes…
Neograph734
- 143
- 5
4
votes
1 answer
What OS should a master node CI virtual machine be?
Say you are developing a new CI/CD system, deploy builds across Linux, Windows and Mac, and have now reached the point of wanting to deploy a master node which hosts your chosen CI tool. How do you choose what OS and version your master node VM…
Rekovni
- 933
- 10
- 24
4
votes
2 answers
Where to start? Scaling PHP applications on AWS
Currently all of our PHP (Laravel) applications are running on one EC2 instance. To deploy code, we SSH onto the live box and pull from CodeCommit.
We now need to scale and deploy properly.
I'm not sure where to start.
Most examples seem to use…
Mick
- 221
- 1
- 4
4
votes
1 answer
Gitlab Runner not running scripts with Windows shell configuration
I have a Gitlab Runner running locally on my windows box. It works fine for the before script section.
my .gitlab-ci.yml follows:
before_script:
- pushd . && uru 233 && popd && set HOME=c:\ && ruby -v && bundle install
rspec:
script:
-…
David West
- 1,463
- 3
- 16
- 25
4
votes
1 answer
CI/CD with a GPU cluster
With typical continuous integration environments, you configure an environment capable to execute compilation and test batches (agent, slave..) coordinated by a scheduler (master, server..)
But what if your "client" environment is a Graphics…
Ta Mu
- 6,772
- 5
- 39
- 82
4
votes
2 answers
How to create ansible host file on mac?
When I try to create ansible host file as follows:
sudo vi /usr/local/etc/ansible/hosts
When I try to save the file I get following error:
"/usr/local/etc/ansible/hosts" E212: Can't open file for writing
Subrat Srivastwa
- 41
- 2
4
votes
2 answers
VM Hosts: Single Large Host or Few Smaller Hosts?
First, I apologize if this is the wrong forum to ask this question. I was wondering if this is a ServerStack or DevOps question. In either case here it goes:
I am building a small software shop and I am trying to figure out the infrastructure and…
bleepzter
- 163
- 6
4
votes
1 answer
Docker Sign an Image with an existing Certificate
With respect to docker's security system.
Is it possible to somehow get images signed by some entity that has trust from a company's CA-cert and then be able to find out who signed the image?
It seems like Docker Trusted Registry (DTR), and Notary…
Nyarmith
- 101
- 3
4
votes
2 answers
Jenkins deployment key is not associated with the repository
Using jenkins to pull from bitbucket repository, I got this error:
git@bitbucket.org:source/source.git +refs/heads/:refs/remotes/origin/" returned status code 128:
stdout:
stderr: repository access denied. deployment key is not associated with the…
spacetrack
- 101
- 1
- 2
- 8
4
votes
3 answers
Ideal methods of handling server logs on AWS
We currently have some ruby applications hosted on EC2 servers on AWS, and every few weeks we see the disk space get completely consumed by the app log as well as the worker logs.
What are the best practices regarding log storage for a cloud hosted…
Nyx
- 143
- 3