Skip to content

Fix Failed Saving Pull Job Script File - #74

Open
4roring wants to merge 1 commit into
tabeyti:masterfrom
4roring:master
Open

Fix Failed Saving Pull Job Script File#74
4roring wants to merge 1 commit into
tabeyti:masterfrom
4roring:master

Conversation

@4roring

@4roring 4roring commented Dec 12, 2021

Copy link
Copy Markdown

close #62 fixes #62

@jordengit

jordengit commented Jan 4, 2022

Copy link
Copy Markdown

Fix script from xml in pullJobScript function is better.

private async pullJobScript(item: PipelineTreeItem) {
....
let script = root.definition[0].script;
if (undefined === script) {
....
}
script = script.toString();
....
}

@ariyuan

ariyuan commented Jan 17, 2022

Copy link
Copy Markdown

close #62 fixes #62

This change works for me

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.

Pull Job Script does not work,

3 participants