file-operations-plugin
file-operations-plugin copied to clipboard
File Operations as Build Step in Jenkins
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...
### 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...
### 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...
### 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...
### 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...
### 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...
### 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...