README.md 292 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13
# MANUAL REPRODUCTION INSTRUCTION
From directory containing CI scripts execute runCI.sh bash script:

```
cd <path-to-repo>/.ci/jenkins/
./runCI.sh
```

To remove all items created during script execution (files, directories, docker images and containers), run:

```
./runCI.sh --cleanup
```