Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenkinsci/zos-connector-plugin
Plugin for connection of Jenkins CI to IBM zOS including integration of IBM SCLM as SCM.
https://github.com/jenkinsci/zos-connector-plugin
ci ibm-sclm ibm-zos java jcl jenkins-ci sclm scm zos zos-connector-plugin
Last synced: 3 months ago
JSON representation
Plugin for connection of Jenkins CI to IBM zOS including integration of IBM SCLM as SCM.
- Host: GitHub
- URL: https://github.com/jenkinsci/zos-connector-plugin
- Owner: jenkinsci
- License: mit
- Created: 2015-04-28T11:17:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-01T14:12:56.000Z (4 months ago)
- Last Synced: 2024-09-30T18:01:57.980Z (3 months ago)
- Topics: ci, ibm-sclm, ibm-zos, java, jcl, jenkins-ci, sclm, scm, zos, zos-connector-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/zos-connector/
- Size: 59.1 MB
- Stars: 11
- Watchers: 105
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# zos-connector-plugin
Plugin for connection of Jenkins CI to IBM zOS including integration of IBM SCLM as SCM.[![Build Status](https://ci.jenkins.io/buildStatus/icon?job=Plugins/zos-connector-plugin/master)](https://ci.jenkins.io/job/Plugins/job/zos-connector-plugin/job/master/)
> **Note**
> View IBM z/OS Connector [on the plugin site](https://plugins.jenkins.io/zos-connector) for more information.> **Warning**
> This plugin is currently in support-only mode.
> The [z/OS DevOps](https://www.jenkins.io/doc/pipeline/steps/zdevops/) Pipeline step might suit you better.> **Warning**
> Older versions of this plugin may not be safe to use.
> Please review the following warnings before using an older version:
> - [Password stored in plain text](https://jenkins.io/security/advisory/2018-06-25/#SECURITY-950)## About
This plugin provides its functions via FTP connection to IBM z/OS LPAR.
You can configure your SCLM project on z/OS and then check for the
changes via Jenkins.Features include:
- Submission of user JCL job (with optional log collected upon finish)
- Introduction of SCLM as SCM for your projects allowing to checkout SCLM changes
- The ability to build SCLM projects currently can be performed **only** via 'Submit zOS Job' build action## Version differences
Kindly back up your JCL texts before upgrading to version [2.0.0].
The [2.0.0] release uses text files instead of plaintext input, so old jobs will become obsolete.## Configuration
### `JESINTERFACELEVEL` differences
Job Name **must** be configured accordingly to your FTP server
configuration:
- If `JESINTERFACELEVEL=1` is configured, **only** a job named `USERIDx`
(`USERID` - your z/OS user ID, `x` - strictly 1 character) can be
processed correctly (when you are waiting for the job to end).
- If `JESINTERFACELEVEL=2` is configured, no additional considerations are required.