Hello,
my goal is to copy compiler artifacts and fetched dependencies between
builds of all branches to speed up the execution time.
I wrote two steps in Jenkinsfile to save and restore artifacts:
def buildCache= 'packages-deps.tgz'
//...
stage('Restore cache') {
unarchive mapping: [(bu
We want to give it a try to setup CI/CD with Jenkins for our project. The
project itself has Elasticsearch and PostgreSQL as runtime dependencies and
Webdriver for acceptance testing.
In dev environment, everything is set up within one `docker-compose.yml`
file and we have `acceptance.sh` script