zdevops-plugin

z/OS DevOps Jenkins plugin - mainframes automation plugin, working through z/OSMF REST API and using ZOWE Kotlin SDK.

EPL-2.0 License

Stars
6
Committers
4

Bot releases are visible (Hide)

zdevops-plugin - 0.1.0 Latest Release

Published by github-actions[bot] over 1 year ago

🚀 New features and improvements

  • Added new methods for datasets deletion and write to file methods:
        writeToFile destFile: "u/USER/doc", text: "Hello there"
        writeFileToFile destFile: "u/USER/doc", sourceFile: "myfile.txt"
        writeFileToFile destFile: "u/USER/doc", sourceFile: "myfile.txt", binary: "true"
        deleteDataset dsn:"USER.DATASET"
        deleteDataset dsn:"USER.DATASET", member:"MEMBER1"
        deleteDatasetsByMask mask:"USER.DATASET.*"
  • Added a validation button for check a mainframes connections
  • Added members name validation
  • Code refactor

✍ Other changes

  • Switched to EPL license (#4) @IBA-mainframe-dev
  • Build errors fixed on ci.jenkins.io (#1) @IBA-mainframe-dev

📦 Dependency updates

  • Bump plexus-utils from 3.5.0 to 3.5.1 (#10) @dependabot
zdevops-plugin - 1.0.0

Published by IBA-mainframe-dev almost 2 years ago