Skip to content

jenkinsci/log-command-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adds a command for the CLI which shows a build’s console log. If instant-messaging-plugin is installed, it also provides a command for it (Jabber, IRC, …​).

CI Job

icon?job=Plugins%2Flog command plugin%2Fmaster

Usage

CLI

show-log <job> [-b N] [-n N]
<job>: The name of the job.
-b N : N is the number of the build. Default value is the last build.
-n N : N is the number of log lines to show. Default values is 10.

Instant Messaging

Same as CLI, but it also provides an alias for the command: sl.

Changelog

Version 1.0.2

  • Migrate documentation to github

  • Build on ci.jenkins.io

  • Updated dependencies:

    • new parent pom

    • more recent version of jenkins core

    • more recent version of instant-messaging plugin

Version 1.0.1

  • Better handling of errors.

  • Fixed typos in Wiki url.

  • Better plugin’s name should appear now in the plugin manager.

Version 1.0.0

  • Initial Release