From 878788b0e625a8a58a1becd64aa8465c3de9bef0 Mon Sep 17 00:00:00 2001 From: IBA-mainframe-dev Date: Thu, 20 Jun 2024 11:24:17 +0200 Subject: [PATCH] Fixed URLs and commits Signe-off-by: IBA-mainframe-dev --- CHANGELOG.md | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0cac0..902c251 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,32 +6,32 @@ All notable changes to the Zowe zDevOps Jenkins Plugin will be documented in thi ### Features -* Feature: Added "deleteDataset" Jenkins pipeline declarative method ([a7f6021](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/687dbfae054fe00acacf8d583169e553033702dc)) -* Feature: Added "deleteDatasetsByMask" Jenkins pipeline declarative method ([687dbfa](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/3682fc6b3ecd8ea133e8b02ca227147d3574c2bc)) -* Feature: Added Jenkins Freestyle UI method - "Allocate dataset" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Delete dataset/member" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Delete dataset by mask" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Download dataset-member" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Perform TSO command" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Write file to USS file" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Write file to dataset" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Write file to member" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Write text to USS file" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Write text to dataset" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added Jenkins Freestyle UI method - "Write text to member" ([4e4d73c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc191cfda5aeed37fbc793ec65c046f7a7)) -* Feature: Added dataset member name validation ([111327e](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/b05c7436ce4d86218d302c3966c0896ce074ee32)) -* Feature: Added hpi-builder.yml GitHub workflow for automated .hpi builds ([c0fd9f2](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/c0fd9f271928d5058b8f0fe736ea9e9b3ff73707)) +* Feature: Added "deleteDataset" Jenkins pipeline declarative method ([687dbfae](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/687dbfae)) +* Feature: Added "deleteDatasetsByMask" Jenkins pipeline declarative method ([3682fc6b](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/3682fc6b)) +* Feature: Added Jenkins Freestyle UI method - "Allocate dataset" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Delete dataset/member" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Delete dataset by mask" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Download dataset-member" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Perform TSO command" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Write file to USS file" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Write file to dataset" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Write file to member" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Write text to USS file" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Write text to dataset" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added Jenkins Freestyle UI method - "Write text to member" ([4e4d73cc](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/4e4d73cc)) +* Feature: Added dataset member name validation ([b05c7436](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/b05c7436)) +* Feature: Added hpi-builder.yml GitHub workflow for automated .hpi builds ([c0fd9f27](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/c0fd9f27)) ### Bugfixes -* Bugfix: GitHub issue #13: spotbugs-maven-plugin found a bug during mvn install ([5fd7e5c](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/5fd7e5c7389248adbba65aae054e07e81f3eeaa8)) -* Bugfix: Fixed tests execution, ClassFilter error, added dep mngment, some updates and improvements in pom.xml ([60f4f2f](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/60f4f2f0444253a0cfd0e7c56d6626e430a53fbc)) +* Bugfix: GitHub issue #13: spotbugs-maven-plugin found a bug during mvn install ([5fd7e5c7](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/5fd7e5c7)) +* Bugfix: Fixed tests execution, ClassFilter error, added dep mngment, some updates and improvements in pom.xml ([60f4f2f0](https://github.com/zowe/zowe-zdevops-jenkins-plugin/commit/60f4f2f0)) ## 0.1.0 (2024-04-16) ### Breaking changes -* Breaking: Plugin redesigned for Maven, with additional features and improvements ([874bf32](https://github.com/jenkinsci/zdevops-plugin/commit/874bf32e78db200740a6507ee344eccbfaae5ddb)) +* Breaking: Plugin redesigned for Maven, with additional features and improvements ([874bf32e](https://github.com/jenkinsci/zdevops-plugin/commit/874bf32e)) ### Features @@ -52,5 +52,5 @@ All notable changes to the Zowe zDevOps Jenkins Plugin will be documented in thi ### Bugfixes -* Bugfix: Refactored packages and imports with io.jenkins.plugins ([c73226f6](https://github.com/jenkinsci/zdevops-plugin/commit/bf51f0b9b6405f6f7e1001e51bce22ecfc1645bd) -* Bugfix: Dependency fixes for later 0.1.0 release ([629da4b](https://github.com/jenkinsci/zdevops-plugin/commit/3d728f39917eff398f62c4351f49111bc3f3a000)) +* Bugfix: Refactored packages and imports with io.jenkins.plugins ([bf51f0b9](https://github.com/jenkinsci/zdevops-plugin/commit/bf51f0b9) +* Bugfix: Dependency fixes for later 0.1.0 release ([3d728f39](https://github.com/jenkinsci/zdevops-plugin/commit/3d728f39))