test
This commit is contained in:
parent
1f59f921c9
commit
d98c2b31ea
1 changed files with 0 additions and 3 deletions
|
|
@ -51,10 +51,7 @@ class DataComposerJenkins extends DataComposer {
|
|||
]).then((ProcessResult result) => jsonStr = result.stdout);
|
||||
jenkinsMap = getMapFromJson(jsonStr)!;
|
||||
|
||||
var shell = 'printf \$BuildData';
|
||||
var temp = File('/home/toki/jenkins/workspace/oto_cli_linux/temp.sh');
|
||||
temp.createSync();
|
||||
temp.writeAsStringSync(shell, flush: true);
|
||||
await Process.start('bash', [temp.path]).then((result) {
|
||||
result.stdout.listen((event) {
|
||||
print('=================> ${utf8.decode(event)}');
|
||||
|
|
|
|||
Loading…
Reference in a new issue