Understanding Jenkinsfile’s steps for Docker agent
I have Jenkinsfile with the following steps: stage(‘build’) { agent { docker { image ‘maven:3-alpine’ args ‘-v /ec2-user/.m2:/root/.m2’ } }
Continue readingDocker questions and answers
I have Jenkinsfile with the following steps: stage(‘build’) { agent { docker { image ‘maven:3-alpine’ args ‘-v /ec2-user/.m2:/root/.m2’ } }
Continue reading