-
Notifications
You must be signed in to change notification settings - Fork 1
Update buildenv for stable version and dependencies #25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -8,13 +8,6 @@ node('linux') | |
| doGenerateSubmoduleConfigurations: false, | ||
| extensions: [], | ||
| userRemoteConfigs: [[url: "https://github.com/zopencommunity/zoslibport.git"]]]) | ||
| // Poll changes from upstream | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing the upstream Severity: low 🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage. |
||
| checkout([ | ||
| $class: 'GitSCM', | ||
| branches: [[name: '*/zopen2']], | ||
|
sachintu47 marked this conversation as resolved.
|
||
| doGenerateSubmoduleConfigurations: false, | ||
| extensions: [], | ||
| userRemoteConfigs: [[url: "https://github.com/zopencommunity/zoslib.git"]]]) | ||
| } | ||
| stage('Build') { | ||
| build job: 'Port-Pipeline', parameters: [string(name: 'PORT_GITHUB_REPO', value: 'https://github.com/zopencommunity/zoslibport.git'), string(name: 'PORT_DESCRIPTION', value: 'ZOSLIB is a z/OS C/C++ library. It is an extended implementation of the z/OS LE C Runtime Library.' )] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Adding a
repository_dispatchtrigger means anyone able to fire that dispatch can run this workflow withcontents: writeand theBUMP_TOKENsecret; please make sure the sender/payload is validated so this can’t be abused.Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.