Skip to content

jenkinsci/archive-files-scm-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

ArchiveFilesSCM - Jenkins plugin to download archive files and extract to job workspace

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%