Skip to content

Releases: jenkinsci/servicenow-devops-plugin

v3.1.0

01 Feb 06:09
Compare
Choose a tag to compare

Release Notes

  • Improved error logging and handling with ServiceNow DevOps Jenkins plugin for easier troubleshooting.

v3.0.1.1

22 Dec 07:22
Compare
Choose a tag to compare

Release Notes

  • Security fixes

v3.0.1

02 Nov 12:45
Compare
Choose a tag to compare

Automatic updation of close code based on overall pipeline execution status

The Change created from a pipeline is now automatically closed and updated with the closure notes, actual start/end time based on the overall pipeline completion status. This is controlled by a configuration flag which can be passed in as the attribute in the CHG creation step or via the configuration in the pipeline level in DevOps Change Velocity.

v2.0.0

03 Aug 13:58
174f64f
Compare
Choose a tag to compare

Secure token authentication for Integration user

  • Jenkins now supports token-based authentication for the integration user. It also supports basic auth and token authentication to make it compatible with DevOps Config.

v1.38.1

01 Jul 16:00
a3e3502
Compare
Choose a tag to compare

Release Notes

  • Security fixes

v1.37.0

02 Feb 05:24
6aedbe8
Compare
Choose a tag to compare

Enhancement

  • Get and update DevOps Change Request details
    • Get and update change request details associated with a Jenkins pipeline by running the snDevOpsGetChangeNumber and snDevOpsUpdateChangeInfo scripts respectively in the Jenkins pipeline.

Defects fixed

  • Jenkins Discover fails with large number of pipelines/jobs.

v1.36.0

03 Nov 10:52
bd2b15a
Compare
Choose a tag to compare
  • Pull Request (PR) pipeline executions support – GitHub/Jenkins

  • Track and support Pull Request pipeline executions for the Jenkins orchestration tool and PRs created in the GitHub coding tool.

  • Integrate PR data like the following from the GitHub coding tool to the DevOps CHG created for the corresponding pipeline execution in the Jenkins orchestration tool:

    • Pull Request ID
    • Commits
    • Origin branch
    • Destination branch
    • Raised by, Approver
    • Comments
    • PR raised time
    • PR approved time
    • PR merged/closed time
    • In addition, attach the PR-related data to the DevOps CHG to review who authorized, validated, verified, and approved the PR merge process.

v1.35.0

04 Aug 10:47
96c9ae9
Compare
Choose a tag to compare

Jenkins snippet generator

  • Jenkins plugin for ServiceNow DevOps supports the generation of DevOps scripted pipeline steps. This helps developers to adopt ServiceNow DevOps features quickly and modify the pipelines easily.

v1.34.2

05 Jul 14:46
d5e8df6
Compare
Choose a tag to compare
  • This hotfix release resolves the DevOps Change which gets stuck in "Implement" state and doesn't resume the pipeline.

v1.34.1

05 May 09:09
d0c2739
Compare
Choose a tag to compare
  • Enhancements to DevOps Config APIs
  • Integration with JFrog Artifactory