Branch: refs/heads/main
Home: https://github.com/jenkinsci/file-operations-plugin
Commit: 3644a29dc00d7aa3fc9e555f5b10e58a77ddf2d4
https://github.com/jenkinsci/file-operations-plugin/commit/3644a29dc00d7aa3fc9e555f5b10e58a77ddf2d4
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
A .gitattributes
Log Message:
-----------
:confetti_ball: Added .gitattributes
Commit: 79386451cd283516a30942b8ef004921a6554ead
https://github.com/jenkinsci/file-operations-plugin/commit/79386451cd283516a30942b8ef004921a6554ead
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
A .gitignore
A pom.xml
A src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
A src/main/java/sp/sd/fileoperations/FileOperation.java
A src/main/java/sp/sd/fileoperations/FileOperationDescriptor.java
A src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
A src/main/resources/index.jelly
A src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-FileName.html
A src/main/resources/sp/sd/fileoperations/FileOperationsBuilder/config.jelly
Log Message:
-----------
Initial Commit
Initial Commit with basic structure to add operations in future
Commit: 83913f7248c3c50cf6a84ed2d48471f7b1d3e4d1
https://github.com/jenkinsci/file-operations-plugin/commit/83913f7248c3c50cf6a84ed2d48471f7b1d3e4d1
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-22 (Tue, 22 Mar 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
Log Message:
-----------
Updated with ant-style filters for deleting files
provided inclusion and exclusion ant-style pattern
Commit: 2d73c75313aebe058e5fa2bf76fdacf0970ade34
https://github.com/jenkinsci/file-operations-plugin/commit/2d73c75313aebe058e5fa2bf76fdacf0970ade34
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-24 (Thu, 24 Mar 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
A src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-excludes.html
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-includes.html
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-targetLocation.html
R
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-FileName.html
A
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-excludes.html
A
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-includes.html
Log Message:
-----------
Added FileCopy operation
Added help files for FileCoy and FileDelete
Commit: 2447d6434a827d1d1ff9346b5b1585c13d4a7a7e
https://github.com/jenkinsci/file-operations-plugin/commit/2447d6434a827d1d1ff9346b5b1585c13d4a7a7e
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-27 (Sun, 27 Mar 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
A src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileTransformOperation/help-excludes.html
A
src/main/resources/sp/sd/fileoperations/FileTransformOperation/help-includes.html
Log Message:
-----------
Added FileTransformOperation
Added flatten files option to FileCopyOperation
Commit: f61db313d372a49d2613718fbc744e3c10cce2a3
https://github.com/jenkinsci/file-operations-plugin/commit/f61db313d372a49d2613718fbc744e3c10cce2a3
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-27 (Sun, 27 Mar 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
Log Message:
-----------
Update Operation Display Name
Commit: e2feedbf8b06d98785d8f46ebd08f61d84697519
https://github.com/jenkinsci/file-operations-plugin/commit/e2feedbf8b06d98785d8f46ebd08f61d84697519
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-28 (Mon, 28 Mar 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileCreateOperation.java
A src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileCreateOperation/help-fileContent.html
A
src/main/resources/sp/sd/fileoperations/FileCreateOperation/help-fileName.html
Log Message:
-----------
Added FileCreateOperation
Commit: b8207ced47beead53090533cde5d8c2f358a8fbf
https://github.com/jenkinsci/file-operations-plugin/commit/b8207ced47beead53090533cde5d8c2f358a8fbf
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-28 (Mon, 28 Mar 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
Log Message:
-----------
Updated with proper logs
Commit: 2958f69da2052a1421dbb2579f28133aef02a236
https://github.com/jenkinsci/file-operations-plugin/commit/2958f69da2052a1421dbb2579f28133aef02a236
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M pom.xml
A src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
A src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileDownloadOperation/help-targetLocation.html
A
src/main/resources/sp/sd/fileoperations/FileDownloadOperation/help-url.html
Log Message:
-----------
Added FileDownloadOperation
Commit: 3bbcd8e7ee5abfec34d1e9b36fd156fcc04ba7d5
https://github.com/jenkinsci/file-operations-plugin/commit/3bbcd8e7ee5abfec34d1e9b36fd156fcc04ba7d5
Author: Suresh Kumar P <[email protected]>
Date: 2016-03-31 (Thu, 31 Mar 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationDescriptor.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
Log Message:
-----------
Deleted orphan imports from the declaration
Commit: 5d670f518aefc54618dfda2351e390d0930a8d9d
https://github.com/jenkinsci/file-operations-plugin/commit/5d670f518aefc54618dfda2351e390d0930a8d9d
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-01 (Fri, 01 Apr 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
Log Message:
-----------
Fixed Findbug issues
Commit: bdec98da6c8a8927835ad5e1fc77e17f1261cfb6
https://github.com/jenkinsci/file-operations-plugin/commit/bdec98da6c8a8927835ad5e1fc77e17f1261cfb6
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-01 (Fri, 01 Apr 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
A src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileUnZipOperation/help-filePath.html
A
src/main/resources/sp/sd/fileoperations/FileUnZipOperation/help-targetLocation.html
Log Message:
-----------
Added FileUnZip Operation
Commit: 416439df9888f7b000fb54b5dee238a42fff663e
https://github.com/jenkinsci/file-operations-plugin/commit/416439df9888f7b000fb54b5dee238a42fff663e
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-01 (Fri, 01 Apr 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
A src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileUnTarOperation/help-filePath.html
A
src/main/resources/sp/sd/fileoperations/FileUnTarOperation/help-targetLocation.html
Log Message:
-----------
Added FileUnTar Operation
Commit: 17fbb734f0975e177b4fcc468de4895b975f0465
https://github.com/jenkinsci/file-operations-plugin/commit/17fbb734f0975e177b4fcc468de4895b975f0465
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-03 (Sun, 03 Apr 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
Log Message:
-----------
Fixed copy paste errors
Commit: ef5289d09fef1e1e733de95801b5ec6a896cdea6
https://github.com/jenkinsci/file-operations-plugin/commit/ef5289d09fef1e1e733de95801b5ec6a896cdea6
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-03 (Sun, 03 Apr 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
A src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FolderCreateOperation/help-folderPath.html
Log Message:
-----------
Added FolderCreate Operation
Commit: 9efc42fe8c777139b2454f8d504e855265035cb3
https://github.com/jenkinsci/file-operations-plugin/commit/9efc42fe8c777139b2454f8d504e855265035cb3
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-03 (Sun, 03 Apr 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
A src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/help-folderPath.html
Log Message:
-----------
Added FolderDelete Operation
Commit: 149448b94b123a3afc5e2e4414c337a67c59e90b
https://github.com/jenkinsci/file-operations-plugin/commit/149448b94b123a3afc5e2e4414c337a67c59e90b
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-03 (Sun, 03 Apr 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
A src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FolderCopyOperation/help-destinationFolderPath.html
A
src/main/resources/sp/sd/fileoperations/FolderCopyOperation/help-sourceFolderPath.html
Log Message:
-----------
Added FolderCopy Operation
Commit: f830eb1a9fe5b90276ee2a4d7f2dcdc89d3987b1
https://github.com/jenkinsci/file-operations-plugin/commit/f830eb1a9fe5b90276ee2a4d7f2dcdc89d3987b1
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
M pom.xml
A src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
Log Message:
-----------
Added Unit Tests for FileOperationsBuilder
Commit: b07c4a113749dfbbe13eb269942d20ae1fd4d1e0
https://github.com/jenkinsci/file-operations-plugin/commit/b07c4a113749dfbbe13eb269942d20ae1fd4d1e0
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Updated Pom.xml
Commit: 1696c98f6cc52264745a1fcdb0b14c96e6a269d2
https://github.com/jenkinsci/file-operations-plugin/commit/1696c98f6cc52264745a1fcdb0b14c96e6a269d2
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
Log Message:
-----------
Updated FileOperationsBuilderTest
Commit: 525635cda7cbca99d532e05979f3c8e505a89c1b
https://github.com/jenkinsci/file-operations-plugin/commit/525635cda7cbca99d532e05979f3c8e505a89c1b
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
A src/test/java/sp/sd/fileoperations/FileCreateOperationTest.java
Log Message:
-----------
Added FileCreateOperationTest
Commit: 19f0b538c386887cc47433230524f67642d34b02
https://github.com/jenkinsci/file-operations-plugin/commit/19f0b538c386887cc47433230524f67642d34b02
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
A src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
Log Message:
-----------
Added FileDeleteOperationTest
Commit: 294c08e4eb912f7ed8f86e8ea271a510deb8ac79
https://github.com/jenkinsci/file-operations-plugin/commit/294c08e4eb912f7ed8f86e8ea271a510deb8ac79
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
A src/test/java/sp/sd/fileoperations/FileTransformOperationTest.java
Log Message:
-----------
Added FileTransformOperationTest
Commit: 2c05777dddf2dc64f205596114f0e0af94dc3d03
https://github.com/jenkinsci/file-operations-plugin/commit/2c05777dddf2dc64f205596114f0e0af94dc3d03
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
A src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
Log Message:
-----------
Added FileCopyOperationTest
Commit: f4a8191f7e1adbaacd51c088bf3d7e5c0a6e43c2
https://github.com/jenkinsci/file-operations-plugin/commit/f4a8191f7e1adbaacd51c088bf3d7e5c0a6e43c2
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-09 (Sat, 09 Apr 2016)
Changed paths:
A README.md
Log Message:
-----------
Create README.md
Commit: 4a9ffbe3dcc9714d2618264b8a1eb0397341cf45
https://github.com/jenkinsci/file-operations-plugin/commit/4a9ffbe3dcc9714d2618264b8a1eb0397341cf45
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-10 (Sun, 10 Apr 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
Log Message:
-----------
Modified to Run instead of AbstractBuild in the FileOperations
Commit: 6cf9db603e9f6df3475229320d971a714512fa9f
https://github.com/jenkinsci/file-operations-plugin/commit/6cf9db603e9f6df3475229320d971a714512fa9f
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationDescriptor.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
M src/main/resources/index.jelly
M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileOperationsBuilder/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
Log Message:
-----------
Code Formatting Fixed
Commit: a7ce1e920cc24a53ffb0e515ca7f4d2d8d970c07
https://github.com/jenkinsci/file-operations-plugin/commit/a7ce1e920cc24a53ffb0e515ca7f4d2d8d970c07
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-15 (Fri, 15 Apr 2016)
Changed paths:
M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-excludes.html
M
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-includes.html
M src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-excludes.html
M
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-includes.html
M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/help-excludes.html
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/help-includes.html
M src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileUnTarOperation/help-targetLocation.html
M src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
Log Message:
-----------
Fixed help messages to display
Commit: 0a70de540975e51ac0b18fca0485bc0bee24c6be
https://github.com/jenkinsci/file-operations-plugin/commit/0a70de540975e51ac0b18fca0485bc0bee24c6be
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-22 (Fri, 22 Apr 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.0
Commit: 619ec24c725dc1d810c8405f1f837c5371cdb474
https://github.com/jenkinsci/file-operations-plugin/commit/619ec24c725dc1d810c8405f1f837c5371cdb474
Author: Suresh Kumar P <[email protected]>
Date: 2016-04-22 (Fri, 22 Apr 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 6b24de849f1abbfb715ec65ad4118b5a044cb62e
https://github.com/jenkinsci/file-operations-plugin/commit/6b24de849f1abbfb715ec65ad4118b5a044cb62e
Author: Suresh Kumar P <[email protected]>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
Log Message:
-----------
Added support for pipeline workflow as general build step
Commit: 25c8a54b20a0a9275cc7f2a37bfa1dca4ff5372d
https://github.com/jenkinsci/file-operations-plugin/commit/25c8a54b20a0a9275cc7f2a37bfa1dca4ff5372d
Author: Suresh Kumar P <[email protected]>
Date: 2016-05-09 (Mon, 09 May 2016)
Changed paths:
M pom.xml
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-excludes.html
M
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-includes.html
M
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-targetLocation.html
M
src/main/resources/sp/sd/fileoperations/FileCreateOperation/help-fileContent.html
M
src/main/resources/sp/sd/fileoperations/FileCreateOperation/help-fileName.html
M
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-excludes.html
M
src/main/resources/sp/sd/fileoperations/FileDeleteOperation/help-includes.html
M
src/main/resources/sp/sd/fileoperations/FileDownloadOperation/help-targetLocation.html
M
src/main/resources/sp/sd/fileoperations/FileDownloadOperation/help-url.html
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/help-excludes.html
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/help-includes.html
M
src/main/resources/sp/sd/fileoperations/FileUnTarOperation/help-filePath.html
M
src/main/resources/sp/sd/fileoperations/FileUnTarOperation/help-targetLocation.html
M
src/main/resources/sp/sd/fileoperations/FileUnZipOperation/help-filePath.html
M
src/main/resources/sp/sd/fileoperations/FileUnZipOperation/help-targetLocation.html
M
src/main/resources/sp/sd/fileoperations/FolderCopyOperation/help-destinationFolderPath.html
M
src/main/resources/sp/sd/fileoperations/FolderCopyOperation/help-sourceFolderPath.html
M
src/main/resources/sp/sd/fileoperations/FolderCreateOperation/help-folderPath.html
M
src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/help-folderPath.html
M src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
M src/test/java/sp/sd/fileoperations/FileCreateOperationTest.java
M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
M src/test/java/sp/sd/fileoperations/FileTransformOperationTest.java
Log Message:
-----------
Formatted Code
Commit: 2d981474308039405dcc61b0e95700cb84324485
https://github.com/jenkinsci/file-operations-plugin/commit/2d981474308039405dcc61b0e95700cb84324485
Author: Suresh Kumar P <[email protected]>
Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
Log Message:
-----------
Added Secret capabilities for password field
Commit: e4a13fbdc95486e4840fe490cd23a19c243ee5c6
https://github.com/jenkinsci/file-operations-plugin/commit/e4a13fbdc95486e4840fe490cd23a19c243ee5c6
Author: Suresh Kumar P <[email protected]>
Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Fix problem for releasing a new version INFRA-588
Commit: 7e6896c9bae237ec34fa407d8279be9a8d34f5a3
https://github.com/jenkinsci/file-operations-plugin/commit/7e6896c9bae237ec34fa407d8279be9a8d34f5a3
Author: Suresh Kumar <[email protected]>
Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.1
Commit: d3d200b8593c2684e7e6ee4b6795f17910a28fbc
https://github.com/jenkinsci/file-operations-plugin/commit/d3d200b8593c2684e7e6ee4b6795f17910a28fbc
Author: Suresh Kumar <[email protected]>
Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: e13c30490904fb30f05cfa1fc08af99cc6294946
https://github.com/jenkinsci/file-operations-plugin/commit/e13c30490904fb30f05cfa1fc08af99cc6294946
Author: Suresh Kumar P <[email protected]>
Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileJoinOperation.java
A src/main/resources/sp/sd/fileoperations/FileJoinOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileJoinOperation/help-sourceFile.html
A
src/main/resources/sp/sd/fileoperations/FileJoinOperation/help-targetFile.html
Log Message:
-----------
Added FileJoin Operation
Commit: f512f35828e08bd80ab8a07f481620a32c8efc50
https://github.com/jenkinsci/file-operations-plugin/commit/f512f35828e08bd80ab8a07f481620a32c8efc50
Author: Suresh Kumar P <[email protected]>
Date: 2016-05-28 (Sat, 28 May 2016)
Changed paths:
M pom.xml
A src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
A
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/help-sourceFile.html
A
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/help-targetFile.html
Log Message:
-----------
Added File PropertiesToJson Operation
Commit: 89a0306f1fd56b02d4847d54422f385c6092b3e9
https://github.com/jenkinsci/file-operations-plugin/commit/89a0306f1fd56b02d4847d54422f385c6092b3e9
Author: Suresh Kumar <[email protected]>
Date: 2016-06-26 (Sun, 26 Jun 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.2
Commit: 9c508d4a2d7f2e9168f2200b2675035f7f9ccf18
https://github.com/jenkinsci/file-operations-plugin/commit/9c508d4a2d7f2e9168f2200b2675035f7f9ccf18
Author: Suresh Kumar <[email protected]>
Date: 2016-06-26 (Sun, 26 Jun 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 60cc09d491206e2cd01ae31bec4b08b6412f2442
https://github.com/jenkinsci/file-operations-plugin/commit/60cc09d491206e2cd01ae31bec4b08b6412f2442
Author: Suresh Kumar P <[email protected]>
Date: 2016-10-03 (Mon, 03 Oct 2016)
Changed paths:
M pom.xml
Log Message:
-----------
Upgraded parent POM to solve the INFRA-588 issue
Commit: 69a6c5a3468070543efbd0a828426e20330c6a61
https://github.com/jenkinsci/file-operations-plugin/commit/69a6c5a3468070543efbd0a828426e20330c6a61
Author: Suresh Kumar P <[email protected]>
Date: 2016-10-03 (Mon, 03 Oct 2016)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
Log Message:
-----------
Throwing AbortException incase of failure in any operation instead of setting
build result
Commit: f7da01fb6e637c81b8c3a28fd6178ad15f84e434
https://github.com/jenkinsci/file-operations-plugin/commit/f7da01fb6e637c81b8c3a28fd6178ad15f84e434
Author: Suresh Kumar P <[email protected]>
Date: 2016-10-03 (Mon, 03 Oct 2016)
Changed paths:
M README.md
M pom.xml
A src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
A src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslExtension.java
Log Message:
-----------
Added Job DSL support for file operations
Commit: 1de03c133983e54a83c8397d3b717198ac338d1d
https://github.com/jenkinsci/file-operations-plugin/commit/1de03c133983e54a83c8397d3b717198ac338d1d
Author: Suresh Kumar <[email protected]>
Date: 2016-10-03 (Mon, 03 Oct 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.3
Commit: 7a22eac6b2816b78d3a45b6c7cb1b9c3b5d51062
https://github.com/jenkinsci/file-operations-plugin/commit/7a22eac6b2816b78d3a45b6c7cb1b9c3b5d51062
Author: Suresh Kumar <[email protected]>
Date: 2016-10-03 (Mon, 03 Oct 2016)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: e0b44fcd8484372deef5a22e4daa048b4b5e8f46
https://github.com/jenkinsci/file-operations-plugin/commit/e0b44fcd8484372deef5a22e4daa048b4b5e8f46
Author: Suresh Kumar P <[email protected]>
Date: 2017-03-04 (Sat, 04 Mar 2017)
Changed paths:
M pom.xml
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
Log Message:
-----------
Added Symbols for Jenkins Pipeline support
[JENKINS-29922] $class must die
Commit: 942b1cf83f52386cc1200f02064cf1c05a87d347
https://github.com/jenkinsci/file-operations-plugin/commit/942b1cf83f52386cc1200f02064cf1c05a87d347
Author: Suresh Kumar <[email protected]>
Date: 2017-03-04 (Sat, 04 Mar 2017)
Changed paths:
M pom.xml
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
Log Message:
-----------
Merge pull request #2 from pskumar448/master
Added Symbols for Jenkins Pipeline support
Commit: 0dae6d36f40a7b119af0835e9a26d6820c39e2a4
https://github.com/jenkinsci/file-operations-plugin/commit/0dae6d36f40a7b119af0835e9a26d6820c39e2a4
Author: Suresh Kumar <[email protected]>
Date: 2017-03-05 (Sun, 05 Mar 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.4
Commit: 03979d3abe799f66f6a25b60f64c90aedcfa2e49
https://github.com/jenkinsci/file-operations-plugin/commit/03979d3abe799f66f6a25b60f64c90aedcfa2e49
Author: Suresh Kumar <[email protected]>
Date: 2017-03-05 (Sun, 05 Mar 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 875899c42da414ba30af52aa2938a4cb97fd19a4
https://github.com/jenkinsci/file-operations-plugin/commit/875899c42da414ba30af52aa2938a4cb97fd19a4
Author: Suresh Kumar P <[email protected]>
Date: 2017-03-05 (Sun, 05 Mar 2017)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileZipOperation.java
A src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileZipOperation/help-folderPath.html
Log Message:
-----------
Added FileZip Operation
Commit: 20003929bbf8578e9bd697f0a279a6977f12dc21
https://github.com/jenkinsci/file-operations-plugin/commit/20003929bbf8578e9bd697f0a279a6977f12dc21
Author: Suresh Kumar <[email protected]>
Date: 2017-03-18 (Sat, 18 Mar 2017)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileZipOperation.java
A src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileZipOperation/help-folderPath.html
Log Message:
-----------
Merge pull request #3 from pskumar448/master
Added FileZip Operation
Commit: 356978e1d2b797737d3557122d0fbf4a56b66eac
https://github.com/jenkinsci/file-operations-plugin/commit/356978e1d2b797737d3557122d0fbf4a56b66eac
Author: Suresh Kumar <[email protected]>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.5
Commit: 5bd5f192bb9bb86bcdcbe41aa2f051879e7f9f57
https://github.com/jenkinsci/file-operations-plugin/commit/5bd5f192bb9bb86bcdcbe41aa2f051879e7f9f57
Author: Suresh Kumar <[email protected]>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: d889caff20315df4a799e1228fcc2c94d63b471a
https://github.com/jenkinsci/file-operations-plugin/commit/d889caff20315df4a799e1228fcc2c94d63b471a
Author: Suresh Kumar P <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
Log Message:
-----------
Fixed download failed due to empty credentials even though if it opens for
public
Commit: 977a8512cbe90861383b0a4f4235423b4626058e
https://github.com/jenkinsci/file-operations-plugin/commit/977a8512cbe90861383b0a4f4235423b4626058e
Author: Suresh Kumar <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.6
Commit: df6b3da9356dd2653133388d49d9533c2e1b60e9
https://github.com/jenkinsci/file-operations-plugin/commit/df6b3da9356dd2653133388d49d9533c2e1b60e9
Author: Suresh Kumar <[email protected]>
Date: 2017-05-04 (Thu, 04 May 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 1a277042fb57528454277218099d539e55a7794e
https://github.com/jenkinsci/file-operations-plugin/commit/1a277042fb57528454277218099d539e55a7794e
Author: Suresh Kumar <[email protected]>
Date: 2017-09-03 (Sun, 03 Sep 2017)
Changed paths:
A src/main/java/sp/sd/fileoperations/FileRenameOperation.java
A src/main/java/sp/sd/fileoperations/FolderRenameOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
A src/main/resources/sp/sd/fileoperations/FileRenameOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileRenameOperation/help-destination.html
A
src/main/resources/sp/sd/fileoperations/FileRenameOperation/help-source.html
A src/main/resources/sp/sd/fileoperations/FolderRenameOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FolderRenameOperation/help-destination.html
A
src/main/resources/sp/sd/fileoperations/FolderRenameOperation/help-source.html
Log Message:
-----------
Added FileRename Operation & FolderRename Operation
Commit: 0f456cb82291f1f0c4574653b07386a2358bfc04
https://github.com/jenkinsci/file-operations-plugin/commit/0f456cb82291f1f0c4574653b07386a2358bfc04
Author: Suresh Kumar <[email protected]>
Date: 2017-09-03 (Sun, 03 Sep 2017)
Changed paths:
M README.md
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
M src/main/java/sp/sd/fileoperations/FileOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslExtension.java
Log Message:
-----------
Updated and Reformatted code
Commit: 65808492915a92a1427690e2850e194b75100c62
https://github.com/jenkinsci/file-operations-plugin/commit/65808492915a92a1427690e2850e194b75100c62
Author: Suresh Kumar <[email protected]>
Date: 2017-09-03 (Sun, 03 Sep 2017)
Changed paths:
M README.md
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDeleteOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
M src/main/java/sp/sd/fileoperations/FileOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
A src/main/java/sp/sd/fileoperations/FileRenameOperation.java
M src/main/java/sp/sd/fileoperations/FileTransformOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
A src/main/java/sp/sd/fileoperations/FolderRenameOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslExtension.java
A src/main/resources/sp/sd/fileoperations/FileRenameOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileRenameOperation/help-destination.html
A
src/main/resources/sp/sd/fileoperations/FileRenameOperation/help-source.html
A src/main/resources/sp/sd/fileoperations/FolderRenameOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FolderRenameOperation/help-destination.html
A
src/main/resources/sp/sd/fileoperations/FolderRenameOperation/help-source.html
Log Message:
-----------
Merge pull request #4 from pskumar448/master
Added FileRename Operation & FolderRename Operation
Commit: 060cea57e126dc0804d0fcc681c77dbc4b7e3584
https://github.com/jenkinsci/file-operations-plugin/commit/060cea57e126dc0804d0fcc681c77dbc4b7e3584
Author: Suresh Kumar <[email protected]>
Date: 2017-09-03 (Sun, 03 Sep 2017)
Changed paths:
A Jenkinsfile
Log Message:
-----------
Adding Jenkinsfile
Commit: c2ed8a785d96ed1af42b48c83847fa96a8e9d01f
https://github.com/jenkinsci/file-operations-plugin/commit/c2ed8a785d96ed1af42b48c83847fa96a8e9d01f
Author: Suresh Kumar <[email protected]>
Date: 2017-09-04 (Mon, 04 Sep 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.7
Commit: 1516a532128efd86f78f418ba99f5710f9fc61be
https://github.com/jenkinsci/file-operations-plugin/commit/1516a532128efd86f78f418ba99f5710f9fc61be
Author: Suresh Kumar <[email protected]>
Date: 2017-09-04 (Mon, 04 Sep 2017)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: da1c222a1f59368624ac1f24494d893127646ab2
https://github.com/jenkinsci/file-operations-plugin/commit/da1c222a1f59368624ac1f24494d893127646ab2
Author: Kristof Neirynck <[email protected]>
Date: 2018-01-10 (Wed, 10 Jan 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
Log Message:
-----------
Replace string comparison using '=='
Commit: 185c44423560d22514b3bdcfb56ed2b8f7e87e5a
https://github.com/jenkinsci/file-operations-plugin/commit/185c44423560d22514b3bdcfb56ed2b8f7e87e5a
Author: anh1979 <[email protected]>
Date: 2018-03-29 (Thu, 29 Mar 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
Log Message:
-----------
Update FileOperationsJobDslContext.java
Added fileZipOperation;
Commit: 4797fc7500d21daeddad527ba42ea756906c5c1c
https://github.com/jenkinsci/file-operations-plugin/commit/4797fc7500d21daeddad527ba42ea756906c5c1c
Author: anh1979 <[email protected]>
Date: 2018-08-21 (Tue, 21 Aug 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
Log Message:
-----------
Merge pull request #1 from anh1979/anh1979-patch-1
Update FileOperationsJobDslContext.java
Commit: d04ddf92151c104b09aa33cc19bee46cd7cda300
https://github.com/jenkinsci/file-operations-plugin/commit/d04ddf92151c104b09aa33cc19bee46cd7cda300
Author: Suresh Kumar <[email protected]>
Date: 2018-09-22 (Sat, 22 Sep 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
Log Message:
-----------
Merge pull request #5 from Crydust/master
Replace string comparison using '=='
Commit: 209574e2d4e3ce756c703746fbb46665c85b7a55
https://github.com/jenkinsci/file-operations-plugin/commit/209574e2d4e3ce756c703746fbb46665c85b7a55
Author: Suresh Kumar <[email protected]>
Date: 2018-09-22 (Sat, 22 Sep 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
Log Message:
-----------
Merge pull request #6 from anh1979/master
Added missing FileZipOperation method for access in JobDSL
Commit: 19f950020b31cb0a9bae63f54b9e7bc2c05e7aca
https://github.com/jenkinsci/file-operations-plugin/commit/19f950020b31cb0a9bae63f54b9e7bc2c05e7aca
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Consistent pom.xml format
Automatic formatting via `mvn tidy:pom`.
Commit: a3aeaeb025c359963089331bb791423f428aeaba
https://github.com/jenkinsci/file-operations-plugin/commit/a3aeaeb025c359963089331bb791423f428aeaba
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Use HTTPS for Jenkins repository
Commit: 73980b959b29e0affc4a6d9081c0b0f38941d9be
https://github.com/jenkinsci/file-operations-plugin/commit/73980b959b29e0affc4a6d9081c0b0f38941d9be
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Use wiki.jenkins.io in plugin URL
Commit: 9c658b7ad25e1aa15107bb8645f6f66c95cd187f
https://github.com/jenkinsci/file-operations-plugin/commit/9c658b7ad25e1aa15107bb8645f6f66c95cd187f
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M pom.xml
Log Message:
-----------
Upgrade to latest 2.x parent pom
Commit: 775a053ff25a4c97102a52fc313b8b13ac62016a
https://github.com/jenkinsci/file-operations-plugin/commit/775a053ff25a4c97102a52fc313b8b13ac62016a
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M README.md
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileJoinOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileOperationsBuilder/config.jelly
M
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileRenameOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderRenameOperation/config.jelly
Log Message:
-----------
Remove trailing spaces
Commit: 7d4074f7083b4caa9342b835b4cb2714a493da73
https://github.com/jenkinsci/file-operations-plugin/commit/7d4074f7083b4caa9342b835b4cb2714a493da73
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
Log Message:
-----------
Fix variable names
Commit: 7ed0502c2ed16861e28d20441dd0f8bf460073a9
https://github.com/jenkinsci/file-operations-plugin/commit/7ed0502c2ed16861e28d20441dd0f8bf460073a9
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FileZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
Log Message:
-----------
Remove redundant variable initialization
The variable is assigned a value later in every file.
The compiler would complain if not.
Commit: 4f7702147be2e06e1798168cec9c27177cd8db61
https://github.com/jenkinsci/file-operations-plugin/commit/4f7702147be2e06e1798168cec9c27177cd8db61
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
M src/test/java/sp/sd/fileoperations/FileTransformOperationTest.java
Log Message:
-----------
Remove unused imports
Commit: af8c65d4f8730f81fa42c32fc690db439dc17518
https://github.com/jenkinsci/file-operations-plugin/commit/af8c65d4f8730f81fa42c32fc690db439dc17518
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
Log Message:
-----------
Use try-with-resources for automatic resource cleanup
Commit: 1b675eea8271fa13945cfdc21e97747a8b7f935b
https://github.com/jenkinsci/file-operations-plugin/commit/1b675eea8271fa13945cfdc21e97747a8b7f935b
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/test/java/sp/sd/fileoperations/FileCreateOperationTest.java
M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
Log Message:
-----------
Use diamond operator to reduce type duplication
Commit: 8ad4d6f028db83ac0f1119a0a6bf775166863506
https://github.com/jenkinsci/file-operations-plugin/commit/8ad4d6f028db83ac0f1119a0a6bf775166863506
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
Log Message:
-----------
Add missing @Nonnull annotation to method parameters
The annotation should match the one of the implemented interface.
Commit: d8e63d5c27b2f433b6d78d3655bc791087c0fc6f
https://github.com/jenkinsci/file-operations-plugin/commit/d8e63d5c27b2f433b6d78d3655bc791087c0fc6f
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
Log Message:
-----------
Make fields final where possible
This reduces the probability of mutability issues.
Commit: 9549facc2d67901dba5ebe361a66891e4e2acb98
https://github.com/jenkinsci/file-operations-plugin/commit/9549facc2d67901dba5ebe361a66891e4e2acb98
Author: René Scheibe <[email protected]>
Date: 2018-10-28 (Sun, 28 Oct 2018)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
Log Message:
-----------
Remove ineffective value assignment
The value is always overwritten later in the code.
Commit: 62730de7b68cb5cc16cdbc11b40ef5ec781fc91e
https://github.com/jenkinsci/file-operations-plugin/commit/62730de7b68cb5cc16cdbc11b40ef5ec781fc91e
Author: Suresh Kumar <[email protected]>
Date: 2018-11-04 (Sun, 04 Nov 2018)
Changed paths:
M README.md
M pom.xml
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/FileCreateOperation.java
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FileJoinOperation.java
M src/main/java/sp/sd/fileoperations/FileOperationsBuilder.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
M src/main/java/sp/sd/fileoperations/FileUnTarOperation.java
M src/main/java/sp/sd/fileoperations/FileUnZipOperation.java
M src/main/java/sp/sd/fileoperations/FileZipOperation.java
M src/main/java/sp/sd/fileoperations/FolderCopyOperation.java
M src/main/java/sp/sd/fileoperations/FolderCreateOperation.java
M src/main/java/sp/sd/fileoperations/FolderDeleteOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDeleteOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileJoinOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileOperationsBuilder/config.jelly
M
src/main/resources/sp/sd/fileoperations/FilePropertiesToJsonOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileRenameOperation/config.jelly
M
src/main/resources/sp/sd/fileoperations/FileTransformOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileUnTarOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileUnZipOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCopyOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderCreateOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderDeleteOperation/config.jelly
M src/main/resources/sp/sd/fileoperations/FolderRenameOperation/config.jelly
M src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
M src/test/java/sp/sd/fileoperations/FileCreateOperationTest.java
M src/test/java/sp/sd/fileoperations/FileDeleteOperationTest.java
M src/test/java/sp/sd/fileoperations/FileOperationsBuilderTest.java
M src/test/java/sp/sd/fileoperations/FileTransformOperationTest.java
Log Message:
-----------
Merge pull request #7 from darxriggs/code-cleanup
Code Improvements
Commit: 7851ea7ac64c2254613f6af9bfde2d8a25e609ad
https://github.com/jenkinsci/file-operations-plugin/commit/7851ea7ac64c2254613f6af9bfde2d8a25e609ad
Author: wiwu <[email protected]>
Date: 2019-11-07 (Thu, 07 Nov 2019)
Changed paths:
M README.md
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
Log Message:
-----------
added proxy support for fileDownloadOperation
Commit: d09cd32912a98c2936fb2adb0182c4e465ff8073
https://github.com/jenkinsci/file-operations-plugin/commit/d09cd32912a98c2936fb2adb0182c4e465ff8073
Author: Suresh Kumar <[email protected]>
Date: 2019-11-24 (Sun, 24 Nov 2019)
Changed paths:
M README.md
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/resources/sp/sd/fileoperations/FileDownloadOperation/config.jelly
Log Message:
-----------
Merge pull request #8 from sikos/master
added proxy support for fileDownloadOperation
Commit: d0e471833a0babd3ca2df3df8b03daf0e6391238
https://github.com/jenkinsci/file-operations-plugin/commit/d0e471833a0babd3ca2df3df8b03daf0e6391238
Author: Suresh Kumar <[email protected]>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.8
Commit: e739144612efd39a902f5d887f74a3568805459e
https://github.com/jenkinsci/file-operations-plugin/commit/e739144612efd39a902f5d887f74a3568805459e
Author: Suresh Kumar <[email protected]>
Date: 2019-11-26 (Tue, 26 Nov 2019)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: db4aa4892068a7c7e53c6c53257093e45ff9c379
https://github.com/jenkinsci/file-operations-plugin/commit/db4aa4892068a7c7e53c6c53257093e45ff9c379
Author: Ramzi El-Yafi <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileCopyOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/resources/sp/sd/fileoperations/FileCopyOperation/config.jelly
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-flattenFiles.html
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-renameFiles.html
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-sourceCaptureExpression.html
A
src/main/resources/sp/sd/fileoperations/FileCopyOperation/help-targetNameExpression.html
M src/test/java/sp/sd/fileoperations/FileCopyOperationTest.java
Log Message:
-----------
Support for renaming files within file copy operation (#9)
* Support for renaming files within file copy operation
* Fixes to previous submission:
* Handle windows directory format in tests
* Use advanced section instead of optional blocks in jelly file
(optional blocks don't play nicely with snippet generator)
Commit: 6e36ddd8a6dc83b5899f8922a1ab7d343008a62b
https://github.com/jenkinsci/file-operations-plugin/commit/6e36ddd8a6dc83b5899f8922a1ab7d343008a62b
Author: Suresh Kumar <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M README.md
Log Message:
-----------
Update README.md
Commit: 2b81286f5388efec79c1f23ba115bfab8c0a7592
https://github.com/jenkinsci/file-operations-plugin/commit/2b81286f5388efec79c1f23ba115bfab8c0a7592
Author: Suresh Kumar <[email protected]>
Date: 2020-02-24 (Mon, 24 Feb 2020)
Changed paths:
M README.md
Log Message:
-----------
Merge pull request #10 from jenkinsci/Readmeupdating
Update README.md
Commit: 7bcc24e46f08a71ac2f7dd07b9233b86175bc9d6
https://github.com/jenkinsci/file-operations-plugin/commit/7bcc24e46f08a71ac2f7dd07b9233b86175bc9d6
Author: Suresh Kumar <[email protected]>
Date: 2020-03-08 (Sun, 08 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.9
Commit: ff5c03399faf886f3a8883326dfdb0657236ba72
https://github.com/jenkinsci/file-operations-plugin/commit/ff5c03399faf886f3a8883326dfdb0657236ba72
Author: Suresh Kumar <[email protected]>
Date: 2020-03-08 (Sun, 08 Mar 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: cf703ef983f0b9e1e206029a1f7c93ef3dbe222b
https://github.com/jenkinsci/file-operations-plugin/commit/cf703ef983f0b9e1e206029a1f7c93ef3dbe222b
Author: René Scheibe <[email protected]>
Date: 2020-04-25 (Sat, 25 Apr 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Use HTTPS for licences URL
Commit: 249feff6034bf384202355f4b93055705ae67908
https://github.com/jenkinsci/file-operations-plugin/commit/249feff6034bf384202355f4b93055705ae67908
Author: Suresh Kumar <[email protected]>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #11 from darxriggs/https-licence-url
Use HTTPS for licences URL
Commit: a8c5a0cb46c029b967fa73dc4cfdc697234225fa
https://github.com/jenkinsci/file-operations-plugin/commit/a8c5a0cb46c029b967fa73dc4cfdc697234225fa
Author: Kevin Hagen <[email protected]>
Date: 2020-05-15 (Fri, 15 May 2020)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileZipOperation.java
M src/main/java/sp/sd/fileoperations/dsl/FileOperationsJobDslContext.java
M src/main/resources/sp/sd/fileoperations/FileZipOperation/config.jelly
Log Message:
-----------
ADD support for custom output folder in FileZipOperation (#12)
* ADD support for custom output folder in FileZipOperation
* FIXED missing constructor parameters
Co-authored-by: Kevin Hagen <[email protected]>
Commit: eea4b18018a51a24c577ab680f4c350bbc09cbc1
https://github.com/jenkinsci/file-operations-plugin/commit/eea4b18018a51a24c577ab680f4c350bbc09cbc1
Author: Suresh Kumar <[email protected]>
Date: 2020-05-17 (Sun, 17 May 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.10
Commit: d9f8a230028255cefcf3edf59b2028f6a10bc8f9
https://github.com/jenkinsci/file-operations-plugin/commit/d9f8a230028255cefcf3edf59b2028f6a10bc8f9
Author: Suresh Kumar <[email protected]>
Date: 2020-05-17 (Sun, 17 May 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: f6a7eab638590b918ae65e27b718c694533cb8f0
https://github.com/jenkinsci/file-operations-plugin/commit/f6a7eab638590b918ae65e27b718c694533cb8f0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Bump commons-beanutils from 1.8.3 to 1.9.2
Bumps commons-beanutils from 1.8.3 to 1.9.2.
Signed-off-by: dependabot[bot] <[email protected]>
Commit: cfbb97f97699e4d5ab56a45a377854ba054cce4f
https://github.com/jenkinsci/file-operations-plugin/commit/cfbb97f97699e4d5ab56a45a377854ba054cce4f
Author: Ramzi El-Yafi <[email protected]>
Date: 2020-06-13 (Sat, 13 Jun 2020)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileZipOperation.java
M
src/main/resources/sp/sd/fileoperations/FileZipOperation/help-folderPath.html
A
src/main/resources/sp/sd/fileoperations/FileZipOperation/help-outputFolderPath.html
A src/test/java/sp/sd/fileoperations/FileZipOperationTest.java
Log Message:
-----------
Fix issues introduced by custom output folder in FileZipOperation
Commit: e61735a578169aa909cd09f80193611aea41577a
https://github.com/jenkinsci/file-operations-plugin/commit/e61735a578169aa909cd09f80193611aea41577a
Author: fabiodcasilva <[email protected]>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M README.md
A docs/CHANGELOG.md
A docs/JOB-DSL.md
A docs/images/file-operations.png
M pom.xml
Log Message:
-----------
Migrate file-operations plugin documentation from Wiki to GitHub
Commit: 94ccc6d372c30cad9bd9124b6c3f3898eca619c4
https://github.com/jenkinsci/file-operations-plugin/commit/94ccc6d372c30cad9bd9124b6c3f3898eca619c4
Author: Suresh Kumar <[email protected]>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #13 from
jenkinsci/dependabot/maven/commons-beanutils-commons-beanutils-1.9.2
Bump commons-beanutils from 1.8.3 to 1.9.2
Commit: ddbaaf4b2d21013cd20f15843f6e3c4a232058d3
https://github.com/jenkinsci/file-operations-plugin/commit/ddbaaf4b2d21013cd20f15843f6e3c4a232058d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Bump commons-beanutils from 1.9.2 to 1.9.4
Bumps commons-beanutils from 1.9.2 to 1.9.4.
Signed-off-by: dependabot[bot] <[email protected]>
Commit: 5ee83341f9e4c3743c1e08ed4ed7134015d37df1
https://github.com/jenkinsci/file-operations-plugin/commit/5ee83341f9e4c3743c1e08ed4ed7134015d37df1
Author: Suresh Kumar <[email protected]>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M pom.xml
Log Message:
-----------
Merge pull request #16 from
jenkinsci/dependabot/maven/commons-beanutils-commons-beanutils-1.9.4
Bump commons-beanutils from 1.9.2 to 1.9.4
Commit: 2d96506394e8b8ebf930a2b57ff693eb78183acf
https://github.com/jenkinsci/file-operations-plugin/commit/2d96506394e8b8ebf930a2b57ff693eb78183acf
Author: Suresh Kumar <[email protected]>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M src/main/java/sp/sd/fileoperations/FileZipOperation.java
M
src/main/resources/sp/sd/fileoperations/FileZipOperation/help-folderPath.html
A
src/main/resources/sp/sd/fileoperations/FileZipOperation/help-outputFolderPath.html
A src/test/java/sp/sd/fileoperations/FileZipOperationTest.java
Log Message:
-----------
Merge pull request #14 from relyafi/master
Fix issues introduced by custom output folder in FileZipOperation
Commit: b71730252ba385c2e17ddd681e03fc77969da9f1
https://github.com/jenkinsci/file-operations-plugin/commit/b71730252ba385c2e17ddd681e03fc77969da9f1
Author: Suresh Kumar <[email protected]>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M README.md
A docs/CHANGELOG.md
A docs/JOB-DSL.md
A docs/images/file-operations.png
M pom.xml
Log Message:
-----------
Merge pull request #15 from fabiodcasilva/documentation-migration
Migrate documentation from Wiki to GitHub
Commit: c18f345c584cdf2b8adb9ac36f9d9905021cea09
https://github.com/jenkinsci/file-operations-plugin/commit/c18f345c584cdf2b8adb9ac36f9d9905021cea09
Author: Suresh Kumar <[email protected]>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release file-operations-1.11
Commit: 977295a8881166b38d0e864e8ef784e3b4514946
https://github.com/jenkinsci/file-operations-plugin/commit/977295a8881166b38d0e864e8ef784e3b4514946
Author: Suresh Kumar <[email protected]>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Commit: 9ca5fc0c52d74fb2b834db8811afaa3e00d45ff6
https://github.com/jenkinsci/file-operations-plugin/commit/9ca5fc0c52d74fb2b834db8811afaa3e00d45ff6
Author: Valentin Delaye <[email protected]>
Date: 2023-04-28 (Fri, 28 Apr 2023)
Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
Log Message:
-----------
Refresh plugin 2023
Commit: 6eb8f19cb0c3cb723b91d01f3aba0322ff467f1f
https://github.com/jenkinsci/file-operations-plugin/commit/6eb8f19cb0c3cb723b91d01f3aba0322ff467f1f
Author: Valentin Delaye <[email protected]>
Date: 2023-05-13 (Sat, 13 May 2023)
Changed paths:
M Jenkinsfile
M pom.xml
M src/main/java/sp/sd/fileoperations/FileDownloadOperation.java
M src/main/java/sp/sd/fileoperations/FilePropertiesToJsonOperation.java
Log Message:
-----------
Merge pull request #20 from jonesbusy/feature/refresh-plugin
Refresh plugin 2023
Compare:
https://github.com/jenkinsci/file-operations-plugin/compare/3644a29dc00d%5E...6eb8f19cb0c3
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/file-operations-plugin/push/refs/heads/main/000000-6eb8f1%40github.com.