File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,9 @@ cleanup_gradle_cache_script_template: &CLEANUP_GRADLE_CACHE_SCRIPT
103
103
gradle_its_template : &GRADLE_ITS_TEMPLATE
104
104
<< : *SETUP_GRADLE_CACHE
105
105
<< : *ORCHESTRATOR_CACHE_DEFINITION
106
+ download_script :
107
+ - mkdir -p sonar-kotlin-plugin/build/libs
108
+ - curl --fail -X GET -o sonar-kotlin-plugin/build/libs/sonar-kotlin-plugin.jar http://${CIRRUS_HTTP_CACHE_HOST}/build/${CIRRUS_BUILD_ID}/sonar-kotlin-plugin.jar
106
109
run_its_script :
107
110
- |
108
111
if [ -n "${GIT_SUB_MODULE}" ]; then
@@ -136,6 +139,8 @@ build_task:
136
139
build_script :
137
140
- source cirrus-env BUILD-PRIVATE
138
141
- regular_gradle_build_deploy_analyze -x test -x sonar
142
+ upload_script :
143
+ - curl -X POST --data-binary @sonar-kotlin-plugin/build/libs/sonar-kotlin-plugin.jar http://${CIRRUS_HTTP_CACHE_HOST}/build/${CIRRUS_BUILD_ID}/sonar-kotlin-plugin.jar
139
144
on_failure :
140
145
error_log_artifacts :
141
146
path : " hs_err_pid*.log"
You can’t perform that action at this time.
0 commit comments