Most Popular
1500 questions
3
votes
1 answer
Is it possible to run every testing.xml file with different jenkins job?
I've around 100 test method in my testing.xml file. and that testing.xml configured in pom.xml file so I'm able to run my all those testcase as maven test and I'm getting the proper reports and all.
I have created one Jenkins job and configured…
NarendraR
- 233
- 1
- 4
- 14
3
votes
1 answer
Should I use filebeat or an app-logging module with lumberjack capabilities to collect my logs
I have a pretty basic elk setup which aggregates logs from around 15 VMs that are running various services.
All of them have configured filebeat syslog forwarder with a single input in logstash.
I have app servers where I run NodeJS web apps, which…
Ivan Drinchev
- 133
- 4
3
votes
1 answer
docker as slave for jenkins
I have installed Jenkins and docker on the same machine Ubuntu.
Ubuntu 17.10
Jenkins ver. 2.73.3
Docker version 17.09.0-ce.
I am trying to set up jenkins docker containers as slaves for running my automation test suite.
I was able to correctly…
user1555608
- 63
- 5
3
votes
2 answers
List encrypted RDS snapshots using CLI
I have automated the RDS snapshot copy across the region, but the Snapshot which is encrypted gets fail to copy.
I have figured a way to copy an encrypted snapshot using
$ aws rds copy-db-snapshot --source-db-snapshot-identifier…
Nirbhay Singh
- 131
- 2
3
votes
0 answers
Usage of Tasks vs Jobs in Concourse CI
I would like to know when it would be ideal to use Jobs over Tasks. What I mean is there are situations where we could run tasks within a job that are not dependant to each other in parallel, which I feel is the same as Running different Jobs. Hence…
Vipin Menon
- 473
- 1
- 4
- 7
3
votes
1 answer
Using GSuite or Github to Manage who can log into Linux or Windows VMs on Azure
I want to manage the members of our team who are able to log into our cloud-hosted VMs, both Linux and Windows. We currently use G Suite and GitHub, to manage access to our code and documentation etc. I would really prefer to not have to also…
avi
- 1,279
- 1
- 13
- 32
3
votes
3 answers
SSH tunneling on steroids
I have a remote redis machine with no ssh and no open ports except to the same lan + a remote machine (on the same lan) with ssh + my pc outside the lan. What I'm trying to do (mostly to see if it's possible) is redis-cli on my pc -> ssh tunnel to…
Boris Churzin
- 143
- 5
3
votes
1 answer
availability calculation of a azure service fabric stateful application
I have looked at the question and answer in How do you calculate the compound Service Level Agreement (SLA) for cloud services?
I have a service fabric application which has a stateful service which stores the data in the disks of the VMs…
Vicky
- 141
- 3
3
votes
1 answer
Sonar:6.7 docker container restart loop
I am running an init.sh script in order to create mapped directories for Sonar and Postgres.
Both of the containers build fine and are able to be started, but for some reason, our Sonar container is in a constant restart loop after about 8-16…
dburke1
- 31
- 3
3
votes
5 answers
Suggestions to improve knowledge on docker
I am new to Docker and tried some hands-on (not deeper learned upto basics of image,container) by following docker official documentation.
To take my learning curve to next level, I have implemented what I read by taking sample applications like…
cks
- 31
- 1
3
votes
3 answers
Why a chef is the boss of the kitchen but a fullstack dev is not often the leader of a dev team?
In one another comment here on DevOps SE we read:
"Why a chef is the boss of the kitchen but a fullstack dev is not
often the leader of a dev team, that's a question for another day"
So given the assumptions contained here are correct, why is…
Ta Mu
- 6,792
- 5
- 43
- 83
3
votes
1 answer
How to store docker images in Nexus OSS
The following documentation was found that indicates that:
simply create a new docker (hosted) repository as documented in
Repository Management
The problem is that the format docker seems not to be available when trying to configure a "Hosted…
030
- 13,383
- 17
- 76
- 178
3
votes
1 answer
Waiting for Solr to load
By current state of the art, we cannot enforce an ordered start sequence of service containers directly, neither in Docker Swarm nor in Kubernetes. (Maybe there is a standard solution for that via a specialized orchestraton service)
Now, imagine we…
Ta Mu
- 6,792
- 5
- 43
- 83
3
votes
1 answer
Data sent from Logstash via elastic output plugin not showing in Kibana, but file output plugin works fine - what am I doing wrong?
I have an "ELK stack" configuration and, at first, was doing the standard 'filebeat' syslog feeding from logstash with the elasticsearch output plugin. It worked just fine.
Now I have added a TCP input port (with assigned "type" for this data so as…
Brendan
- 41
- 3
3
votes
1 answer
Remote starting/stopping Tomcat from Jenkins
I like to stop Tomcat before redeployment, manually clean out the old wars and all the logs, then restart the server. To do that from Jenkins, I have been using the SSH plugin and call sudo service tomcat stop/start and it works... sometimes. Other…
amphibient
- 453
- 6
- 12