Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 948 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 948 Bytes

ArchiveFileSCM

ArchiveFilesSCM plugin for Jenkins checkouts archive files and extracts to Jenkins job workspace

Plugin

  • checkouts archive file only when last modified date(last-modified header returned when connecting to a URL) changes from last checkout date

  • supports pooling using the same above logic

  • supports extraction of zip,tar,gz,jar,war,ear files

  • detects type of archive file based on file name (i.e URL must end with zip,tar,tar.gz,jar,war,ear)

  • supports basic authentication

  • supports connection through proxy

  • supports running on slave

  • supports http:// and file:// protocols e.g - URL can be

Note: If the type is unknown the plugin will simply copy the file to workspace