File tree 2 files changed +35
-43
lines changed
2 files changed +35
-43
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,26 @@ jobs:
230
230
- ~/.sonar/cache
231
231
- store_cache
232
232
233
+ tutorial :
234
+ executor : ' j21'
235
+ steps :
236
+ - timeout
237
+ - checkout
238
+ - setup_remote_docker
239
+ - start-db
240
+ - load_cache
241
+ - mvn-info
242
+ - mvn-install
243
+ - run :
244
+ name : Run Maven
245
+ command : mvn compile exec:java -Dexec.mainClass=FirstProject
246
+ working_directory : tutorial/maven
247
+ - run :
248
+ name : Run Gradle
249
+ command : gradle run
250
+ working_directory : tutorial/gradle
251
+ - store_cache
252
+
233
253
deploy :
234
254
executor : ' j11'
235
255
steps :
@@ -369,19 +389,23 @@ workflows:
369
389
# - '-Pjackson-serde'
370
390
# - '-Pjsonb-serde'
371
391
# - '-Pplain'
392
+ #
393
+ # sonar:
394
+ # when:
395
+ # not: <<pipeline.parameters.docker-img>>
396
+ # jobs:
397
+ # - sonar:
398
+ # name: sonar
399
+ # matrix:
400
+ # parameters:
401
+ # docker-img:
402
+ # - 'docker.io/arangodb/enterprise:3.11'
403
+ # topology:
404
+ # - 'cluster'
372
405
373
- sonar :
374
- when :
375
- not : <<pipeline.parameters.docker-img>>
406
+ tutorial :
376
407
jobs :
377
- - sonar :
378
- name : sonar
379
- matrix :
380
- parameters :
381
- docker-img :
382
- - ' docker.io/arangodb/enterprise:3.11'
383
- topology :
384
- - ' cluster'
408
+ - tutorial
385
409
386
410
deploy :
387
411
jobs :
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments