Spring Boot - Docker and Deployment
You wrote this Jenkins pipeline snippet:
But Jenkins shows an error. What is the likely cause?
stage('Build') {
sh 'mvn clean package'
}But Jenkins shows an error. What is the likely cause?
