jenkins param modify file 로 저장
This commit is contained in:
parent
93aeeffbec
commit
21a12ced3b
2 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue