Open kyberorg opened 4 years ago
Build maven using docker with repo volume to speed build process up.
agent none; stage { agent { docker { image: 'maven:3-alpine' label: 'my-label' args: '-v /dir:/dir' } } }
Build maven using docker with repo volume to speed build process up.