Skip to content

Commit

Permalink
remove profile aliyun-emr '-am' token
Browse files Browse the repository at this point in the history
  • Loading branch information
baisui1981 committed Oct 25, 2022
1 parent 6a43787 commit e72cbd5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy-tis-by-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
target_file_pattern: .*\.(tpi|tar\.gz)$
maven_extra_params:
- "''"
- '"-Paliyun-emr -am -pl tis-datax/tis-datax-hdfs-plugin,tis-datax/tis-datax-hudi-common,tis-datax/tis-datax-hudi-plugin,tis-datax/tis-datax-hdfs-reader-writer-plugin,tis-datax/tis-hive-flat-table-builder-plugin,tis-incr/tis-sink-hudi-plugin"'
- '"-Paliyun-emr -pl tis-datax/tis-datax-hdfs-plugin,tis-datax/tis-datax-hudi-common,tis-datax/tis-datax-hudi-plugin,tis-datax/tis-datax-hdfs-reader-writer-plugin,tis-datax/tis-hive-flat-table-builder-plugin,tis-incr/tis-sink-hudi-plugin"'
hosts: localhost
tasks:
- include_role:
Expand Down
2 changes: 1 addition & 1 deletion roles/compile/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
with_lines:
- find {{src_dir}} -type f -regextype egrep -regex "{{target_file_pattern}}" -printf '%p\n'

- name: "compile and package {{src_dir}}"
- name: "compile and package {{src_dir}} "
shell: "./{{script_prefix}}compile.sh {{appname}} {{item}} > exec.log"
args:
chdir: "{{src_dir}}"
Expand Down
2 changes: 1 addition & 1 deletion roles/update-center/templates/build-update-center.sh.j2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

java -classpath ./lib/*:./update-center2.jar -DdryRun={{ansible_check_mode}} -Dplugin_dir_root={{tis_release_dir}}/{{tis_plugin_release_dir_name}} -Dtis.plugin.release.version={{tis_pkg_version}} io.jenkins.update_center.Main \
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -classpath ./lib/*:./update-center2.jar -DdryRun={{ansible_check_mode}} -Dplugin_dir_root={{tis_release_dir}}/{{tis_plugin_release_dir_name}} -Dtis.plugin.release.version={{tis_pkg_version}} io.jenkins.update_center.Main \
--www-dir={{generate_www_dir}}

0 comments on commit e72cbd5

Please sign in to comment.