Spring Boot - Docker and Deployment
You have this Jenkins pipeline snippet but it fails:
What is the syntax error causing the failure?
pipeline {
agent any
stages {
stage('Build')
steps {
echo 'Building app'
}
}
}What is the syntax error causing the failure?
