Created
March 24, 2015 16:30
-
-
Save makeittotop/d88ed1b047be07a38e8e to your computer and use it in GitHub Desktop.
jenkins cli
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| abhishek@bjlinux068 ~> java -jar ~/Downloads/jenkins-cli.jar -s http://localhost:8080/ list-jobs 2> /dev/null | |
| copy-dev-dir-to-nas | |
| disk-space-usage-fox-script | |
| disk-space-usage-fox-tractor-host | |
| disk-space-usage-lic-tractor-host | |
| inventory-db-backup | |
| render-space-usage-fox | |
| tactic-db-backup | |
| upload-inventory-db-dump-to-goog-nearline | |
| upload-inventory-db-dump-to-s3 | |
| abhishek@bjlinux068 ~> java -jar ~/Downloads/jenkins-cli.jar -s http://localhost:8080/ login --username admin --password ****** | |
| [WARN] Failed to authenticate with your SSH keys. Proceeding as anonymous |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment