jenkins param modify file 로 저장

This commit is contained in:
leedongmyung 2025-08-20 15:53:50 +09:00
parent 93aeeffbec
commit 21a12ced3b
2 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ pipeline:
workflow:
- exe: read
- exe: param-modify
# - exe: write
- exe: write
commands:
### Strings Read
@ -47,5 +47,5 @@ commands:
- command: FileWrite
id: write
param:
path: /Users/leedongmyung/works/oto_cli/assets/config_new.xml
path: /Users/leedongmyung/works/oto_cli/assets/config.xml
content: <!property.content>

View file

@ -46,7 +46,7 @@ class JenkinsParameterModify extends Command {
break;
}
}
print(document.toXmlString());
setProperty(data.setContent!, document.toXmlString(), showPrint: data.showPrint);
return await complete(0, command);
}