export JENKINS_URL=http://admin:password@localhost:8080
jenkins list
# filter by status
jenkins list --building
# filter by name
jenkins list <partialname># enable/disable
jenkins enable<project>
jenkins disable <project># get project defination
jenkins dump <project>
builds
# trigger build
jenkins build <project># get last build of project
jenkins last <project># list builds of project
jenkins builds <project># get console output
jenkins output <project><build>
artifacts
# list artifacts of the last stable build
jenkins artifacts <project># download artifacts
jenkins donwload <project># only download deb packages
jenkins donwload <project> --ext deb