604d39305b
Fixed problem that causes a UnicodeEncodeError when use multi-byte characters in the job.yml. Change-Id: Ie715c827a794e73fae11cdca079ea80cfb8c280d
18 lines
599 B
XML
18 lines
599 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<properties>
|
|
<hudson.plugins.batch__task.BatchTaskProperty>
|
|
<tasks>
|
|
<hudson.plugins.batch__task.BatchTask>
|
|
<name>release</name>
|
|
<script>mvn -B release:prepare release:perform</script>
|
|
</hudson.plugins.batch__task.BatchTask>
|
|
<hudson.plugins.batch__task.BatchTask>
|
|
<name>say hello</name>
|
|
<script>echo "Hello world"</script>
|
|
</hudson.plugins.batch__task.BatchTask>
|
|
</tasks>
|
|
</hudson.plugins.batch__task.BatchTaskProperty>
|
|
</properties>
|
|
</project>
|