Skip to content

Update buildenv for stable version and dependencies#25

Merged
sachintu47 merged 3 commits into
mainfrom
sachintu47-patch-1
May 20, 2026
Merged

Update buildenv for stable version and dependencies#25
sachintu47 merged 3 commits into
mainfrom
sachintu47-patch-1

Conversation

@sachintu47
Copy link
Copy Markdown
Member

No description provided.

sachintu47 and others added 3 commits May 19, 2026 18:34
Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
…ase'

Signed-off-by: Sachin <32639496+sachintu47@users.noreply.github.com>
@sachintu47 sachintu47 marked this pull request as ready for review May 20, 2026 05:59
@sachintu47
Copy link
Copy Markdown
Member Author

augment review

@augmentcode
Copy link
Copy Markdown

augmentcode Bot commented May 20, 2026

🤖 Augment PR Summary

Summary: Updates build metadata to treat this port as a STABLE build pinned to zoslib v4.0.1 and adds a repository_dispatch trigger for automated version bumps.
Also: Removes the Jenkins pipeline checkout that previously polled the upstream zoslib repo.

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

# enable manual trigger of version updates
workflow_dispatch:
# trigger on upstream repository tag events
repository_dispatch:
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding a repository_dispatch trigger means anyone able to fire that dispatch can run this workflow with contents: write and the BUMP_TOKEN secret; please make sure the sender/payload is validated so this can’t be abused.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Comment thread cicd.groovy
doGenerateSubmoduleConfigurations: false,
extensions: [],
userRemoteConfigs: [[url: "https://github.com/zopencommunity/zoslibport.git"]]])
// Poll changes from upstream
Copy link
Copy Markdown

@augmentcode augmentcode Bot May 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the upstream checkout means the Jenkins “Poll” stage will no longer detect changes/releases in zopencommunity/zoslib; please confirm there’s an alternate trigger path for rebuilding when upstream updates.

Severity: low

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.

Copy link
Copy Markdown

@augmentcode augmentcode Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 2 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Comment thread .github/workflows/bump.yml
Comment thread cicd.groovy
@sachintu47 sachintu47 merged commit ee0fc94 into main May 20, 2026
1 of 2 checks passed
@sachintu47 sachintu47 deleted the sachintu47-patch-1 branch May 20, 2026 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant