Docker Tutorials: Docker Command line Reference | Docker Tutorial | Docker Guide

One liner to stop all of Docker containers: > docker stop $(docker ps -a -q)   One liner to remove all of Docker containers: > docker rm $(docker ps -a…

Read more »
jenkins-cli

Understand Jenkins CLI | Jenkins CLI Reference

Running CLI java -jar jenkins-cli.jar [-s JENKINS_URL] command [options…] [arguments…] Getting help java -jar jenkins-cli.jar -s yourserver.com help [command] How to download jenkins-cli.jar? The best place to download the Jenkins…

Read more »
jenkins-cli

Know About Jenkins CLI | Jenkins CLI Guide

Running CLI java -jar jenkins-cli.jar [-s JENKINS_URL] command [options…] [arguments…] Getting help java -jar jenkins-cli.jar -s yourserver.com help [command] How to download jenkins-cli.jar? The best place to download the Jenkins…

Read more »

Maven commands Web References & Cheatsheet

Maven CLI Options Reference Options Description -am,–also-make If project list is specified, also build projects required by the list -amd,–also-make-dependents If project list is specified, also build projects that depend…

Read more »