Most answered questions in DevOps & Agile

0 votes
1 answer

Docker-Compose with Docker 1.12 “Swarm Mode”

you can run docker service commands on ...READ MORE

Aug 10, 2018 in Docker by Kalgi
• 52,360 points
467 views
0 votes
1 answer

Can you use docker-compose files to start services in Docker 1.12 swarm-mode?

Yess, you can. you must download/install the ...READ MORE

Aug 10, 2018 in Docker by Kalgi
• 52,360 points
443 views
0 votes
1 answer

No output in output file even though pexpect scrift runs succesfully

You've got to wait til the ls ...READ MORE

Aug 10, 2018 in Docker by DareDev
• 6,890 points
3,430 views
0 votes
1 answer

Support for ES6 modules syntax on IBM bluemix

There is no native support for es6 ...READ MORE

Aug 10, 2018 in DevOps on Cloud by ajs3033
• 7,300 points
447 views
0 votes
1 answer

Unable to bring up the container using custom shell script as docker entrypoint

You have to put something infinite so ...READ MORE

Aug 9, 2018 in Docker by Damon Salvatore
• 5,980 points
2,535 views
0 votes
1 answer

Why am I not able to re-deploy after moving 3 apps into one folder ?

The error that you are getting i.e., app ...READ MORE

Aug 9, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
420 views
0 votes
1 answer

Jenkins password

Try this: -stop jenkins - go and edit /var/lib/jenkins/config.xml - ...READ MORE

Aug 9, 2018 in Jenkins by Kalgi
• 52,360 points
1,028 views
0 votes
1 answer

Can’t find “manage Jenkins” on Jenkins home page

The simplest solution is reset security. Tomcat by ...READ MORE

Aug 9, 2018 in Jenkins by Kalgi
• 52,360 points
4,269 views
0 votes
1 answer

Jenkins and GitHub webhook: HTTP 403

You need to create a specific user ...READ MORE

Aug 9, 2018 in Jenkins by Kalgi
• 52,360 points
4,513 views
+1 vote
1 answer

Error: Maven runs with the wrong JDK on Jenkins

Perform the following steps: 1) Navigate to Manage ...READ MORE

Aug 8, 2018 in Jenkins by Sophie may
• 10,610 points
6,551 views
0 votes
1 answer

Docker mulitstage build jenkins

Make a few changes in your dockerfile Basically ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
2,190 views
0 votes
1 answer

Jenkins Pipeline using Openshift

Create a new service account in openshift ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
716 views
0 votes
1 answer

How to serve Jenkins with Caddy?

Using the transparent preset fixes this: jenkins.example.com { ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
1,178 views
0 votes
1 answer

Empty Jenkins Workspace causing Jenkins build failure

/tmp/hudson3579240812233061648.sh: line 3: cd: /jenkins/workspace/completeness_compiler_runtime_tests/TPS/qel/automation/tools The error is ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
8,974 views
0 votes
1 answer

Jenkins MsBuild.exe issue

Go to manage Jenkins -> global tool ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
527 views
0 votes
1 answer

Jenkins cannot open directory Permission denied

Try whoami command to find out which ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
6,458 views
0 votes
1 answer

unable to configure knife on centos ec2 instance using chef12

I had the same issue. I solved ...READ MORE

Aug 8, 2018 in DevOps Tools by DareDev
• 6,890 points
490 views
+2 votes
1 answer

Subversion (SVNKit) working with Jenkins

Jenkins doesn't use the installed Subversion command ...READ MORE

Aug 8, 2018 in Jenkins by Kalgi
• 52,360 points
2,670 views
0 votes
1 answer

Jenkins- Build Date in Jenkins Email

Install the zentimestamp plugin. This plugin exports a BUILD_TIMESTAMP variable. ...READ MORE

Nov 14, 2018 in Jenkins by Kalgi
• 52,360 points
9,204 views
0 votes
1 answer

Set variable on specific package installation in CFEngine

Try using packagesmatching to get the version ...READ MORE

Aug 8, 2018 in DevOps Tools by ajs3033
• 7,300 points
389 views
0 votes
1 answer

On running mvn-version, I get the exception UnsupportedClassVersionError received error. How do I solve this?

This happens because your jdk version is ...READ MORE

Aug 7, 2018 in Docker by Sophie may
• 10,610 points
619 views
0 votes
1 answer

Why is Git commit not functioning with Git Bash?

This occurs because you might have git ...READ MORE

Aug 7, 2018 in Git & GitHub by Sophie may
• 10,610 points
3,579 views
0 votes
1 answer

Error message artifacts/*.jar doesn’t match anything: even ‘artifacts’ doesn’t exist

Artifacts store any data that is created ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
3,901 views
0 votes
1 answer

Jenkins hook not working

You have the wrong endpoint - it ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
1,524 views
0 votes
1 answer

HTML in job descriptions on jenkins

Follow these steps: Step 1- go to manage ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
7,716 views
0 votes
1 answer

Jenkins console output not in realtime

Make sure your script is flushing it ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
5,271 views
0 votes
1 answer

Jenkins: invalid version of SVN working copy

Try this manage jenkins > configure system look ...READ MORE

Aug 7, 2018 in Jenkins by Nilesh
• 7,050 points
3,332 views
0 votes
1 answer

Using kitchen-terrform to set up extra context

Use .kitchen.yml file which cans specify where ...READ MORE

Aug 7, 2018 in DevOps & Agile by ajs3033
• 7,300 points
541 views
0 votes
1 answer

Testing server response with timeout using ansible

Got it working using wait_for and until ...READ MORE

Aug 7, 2018 in Ansible by Atul
• 10,240 points
2,421 views
0 votes
1 answer

How do I Force push a recipe to the end of run_list Iin Chef?

Here is a concept which you can ...READ MORE

Aug 7, 2018 in Chef by Damon Salvatore
• 5,980 points
878 views
0 votes
1 answer

How do I manage Continuously delivery database changes within devops pipeline

Here is a concept which you can ...READ MORE

Aug 7, 2018 in DevOps & Agile by Damon Salvatore
• 5,980 points
432 views
0 votes
1 answer

How to give a file execute mode permissions in Git?

You can easily do this in one ...READ MORE

Aug 7, 2018 in Git & GitHub by Sophie may
• 10,610 points
20,473 views
0 votes
1 answer

How to locate Git installation folder on a Mac OS X?

By default the git homepage installs into ...READ MORE

Aug 7, 2018 in Git & GitHub by Sophie may
• 10,610 points
24,389 views
0 votes
1 answer

Python unittest cases on jenkins using

XML reporting is now building. Use the ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
2,627 views
0 votes
1 answer

Jenkins Pipeline Wipe Out Workspace

You should probably put it in a post-built-step ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
9,661 views
0 votes
1 answer

Jenkins - simply robocopy in Jenkins finishes marks build with failure

robocopy returns a bit map This is the ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
3,228 views
0 votes
1 answer

Kubernetes - Jenkins integration

The best practice is to launch you ...READ MORE

Aug 6, 2018 in Jenkins by Kalgi
• 52,360 points
756 views
0 votes
1 answer

Deploying web app on Azure using VSTS

You can find the following guide helpful ...READ MORE

Aug 6, 2018 in DevOps & Agile by DareDev
• 6,890 points
548 views
0 votes
1 answer

Disabling bluemix email notifications devops services track and plan

Follow this guide to stop getting email ...READ MORE

Aug 6, 2018 in DevOps & Agile by ajs3033
• 7,300 points
526 views
0 votes
1 answer

Simple Setup for django webapps in DevOps environment.

Here is a concept which you can ...READ MORE

Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
534 views
0 votes
1 answer

How do I manage code that *removes* users in chef?

No, I don't think this will prove ...READ MORE

Aug 6, 2018 in DevOps Tools by Damon Salvatore
• 5,980 points
402 views
0 votes
1 answer

How to base a docker volume with docker container?

Run the following command: docker run -d --volumes-from ...READ MORE

Aug 5, 2018 in Docker by Sophie may
• 10,610 points
900 views
0 votes
1 answer

Bluemix: How to revert from toolchain to old DevOps services

The “add-git” has become old school and ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
407 views
0 votes
1 answer

IBM Cloud DevOps - Eclipse Orion IDE not working correctly

follow these steps Step 1- open dev-tools Step 2- ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
493 views
0 votes
1 answer

Bluemix - deploying code/app from Devops issue

Check if application contains the same file ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
539 views
0 votes
1 answer

Setting Up kafka on multiple servers

I'm assuming that instances you mentioned are ...READ MORE

Aug 3, 2018 in DevOps & Agile by DareDev
• 6,890 points
2,743 views
0 votes
1 answer

Timeout when running stage on Bluemix DevOps pipeline

Its not possible to change the timeout ...READ MORE

Aug 3, 2018 in DevOps Tools by Kalgi
• 52,360 points
503 views
0 votes
1 answer

Run Tests within Container using the Bluemix DevOps service

Try these steps: Step 1- sett up a ...READ MORE

Aug 3, 2018 in DevOps & Agile by Kalgi
• 52,360 points
453 views
0 votes
1 answer

Build error in TF build definition

I think the problem is in your ...READ MORE

Aug 3, 2018 in DevOps Tools by ajs3033
• 7,300 points
2,285 views
0 votes
1 answer

Efficient way to run a Docker Compose stack in production?

Here is a concept which you can ...READ MORE

Aug 2, 2018 in Docker by Damon Salvatore
• 5,980 points
868 views