file-operations-plugin icon indicating copy to clipboard operation
file-operations-plugin copied to clipboard

File Operations as Build Step in Jenkins

Results 9 file-operations-plugin issues
Sort by recently updated
recently updated
newest added

UPDATE-JENKINS-VERSION.YML Update Jenkins Version 1 file(s) updated with "<jenkins.version>2.462.1</jenkins.version>":
	* pom.xml
 2.462.1 Jenkins changelog is available at: https://www.jenkins.io/changelog-stable/#v2.462.1
 Ensure Jenkins BOM version 1 file(s) updated with "<artifactId>bom-2.462.x</artifactId>":
	* pom.xml
 2.462.1 Jenkins changelog...

dependencies

### Describe your use-case which is not covered by existing documentation. There's very little documentation on using this plugin at a large scale on a single Jenkins controller. Does the...

help wanted
documentation

### Describe your use-case which is not covered by existing documentation. This plugin miss some test specially for pipelines and jobs. Increase test coverage closer to 100% ### Reference any...

help wanted
good-first-issue

### Describe your use-case which is not covered by existing documentation. Readme is missing example of of pipeline steps We can do something similar to JobDSL https://github.com/jenkinsci/file-operations-plugin/blob/main/docs/JOB-DSL.md ### Reference any...

help wanted
documentation
good-first-issue

### What feature do you want to see added? Hello, I want to be able to zip a list of files and folder, not just a folder. Here are some...

enhancement
good-first-issue

### Jenkins and plugins versions report Environment ```text println("Jenkins: ${Jenkins.instance.getVersion()}") println("OS: ${System.getProperty('os.name')} - ${System.getProperty('os.version')}") println("Java: ${System.getProperty('java.version')} - ${System.getProperty('java.vm.vendor')} (${System.getProperty('java.vm.name')})") println "---" Jenkins.instance.pluginManager.plugins .collect() .sort { it.getShortName() } .each { plugin...

bug

### What feature do you want to see added? fileDeleteOperation has two parameters : includes and excludes. However, there is no possibility to set one file with its exact path....

Issue Link: https://github.com/jenkinsci/file-operations-plugin/issues/133 Description: I had fixed the process of zipping directories and files inside a parent directory into a zip file, which when unzipped, contains only the files and...

### Jenkins and plugins versions report ```text Jenkins: 2.479.1 OS: Linux - 6.1.112-124.190.amzn2023.x86_64 Java: 17.0.13 - Amazon.com Inc. (OpenJDK 64-Bit Server VM) --- file-operations:321.vd98ef0161b_7e ``` ### What Operating System are...

help-wanted