S-119333 Support xlr-powershell-plugin in xl-release 24.3.x and higher versions#11
Merged
nitheshrayuduv merged 2 commits intomasterfrom May 15, 2025
Merged
S-119333 Support xlr-powershell-plugin in xl-release 24.3.x and higher versions#11nitheshrayuduv merged 2 commits intomasterfrom
nitheshrayuduv merged 2 commits intomasterfrom
Conversation
ilx
reviewed
Mar 19, 2025
Comment on lines
+42
to
+49
| ["releases", "public", "thirdparty"].each { r -> | ||
| maven { | ||
| credentials { | ||
| username nexusUserName | ||
| password nexusPassword | ||
| } | ||
| url "${nexusBaseUrl}/repositories/${r}" | ||
| } |
There was a problem hiding this comment.
why do we need private repo if we compile against xlr-remotescript-plugin?
isn't that plugin published to public repo? (if not maybe we should ask infra to publish it there?)
Contributor
Author
There was a problem hiding this comment.
The xlr-remotescript-plugin plugin only contains its files, it does not contain the release code, that comes as a transitive dependency, which you can't build.
ilx
reviewed
Mar 19, 2025
|
|
||
| print "call to powershell object" | ||
| script = PowershellScript(task.pythonScript) | ||
| script = PowershellScript(task.pythonScript, _executionOutputWriter) |
There was a problem hiding this comment.
stupid, can we fetch this writer from threadlocal stdout writer?
|
Will release a plugin version once the 24.3.7 MR version of the product is released |
isaacsatish
reviewed
May 15, 2025
build.gradle
Outdated
| compile "com.xebialabs.xlrelease.plugins:xlr-remotescript-plugin:5.0.1" | ||
| implementation "com.xebialabs.deployit:udm-plugin-api:$apiVersion" | ||
| implementation "com.xebialabs.overthere:overthere:5.6.16" | ||
| implementation "com.xebialabs.xlrelease.plugins:xlr-remotescript-plugin:24.3.7" |
There was a problem hiding this comment.
Hi @RolandasJas Can you please update the remote script version to the new MR version format - 24.3.7-512.938
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updated the plugin to be supported with xl-release 24.3.x and above.