Sono stato interessato a convertire le nostre integrazioni Jenkins su misura in una pipeline. Tuttavia, non riesco a capire come farlo.
Qualcuno può aiutarmi con la sceneggiatura di Jenkins che potrebbe fare quanto segue?
1---2---3-----------9---10
| |
|---4-------|
| |
|---5---6---|
| |
|---7---|
1: Start pipeline
10: End pipeline
5: Build some files
* needed by 6, 7,
* needed as artifacts at the end
2, 3, 4, 6, 7: Have jUnit result files, should be available at end of
test (somewhere), even if one failed
È possibile? O dovrei semplicemente aderire dopo 3, 4, 5? Come questo:
1---2---3-------6-------9---10
| | | |
|---4---| 7---|
| |
|---5---|
parallel
comandi nidificati , ma il flusso non sembrava corretto in BlueOcean.