jenkins-demo icon indicating copy to clipboard operation
jenkins-demo copied to clipboard

Provisioned Jenkins instance to go along with 'Microservice devops' series of tutorials

Results 3 jenkins-demo issues
Sort by recently updated
recently updated
newest added

[Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh + ./gradlew assemble /var/jenkins_home/jobs/theme-park-job/workspace@tmp/durable-d416516a/script.sh: 1: /var/jenkins_home/jobs/theme-park-job/workspace@tmp/durable-d416516a/script.sh: ./gradlew: not found [Pipeline] } [Pipeline] // stage...

Building the docker image of the Spring Boot app leads to the following compile error because jenkins/jenkins:2.225 only includes java8: > Task :compileJava FAILED > FAILURE: Build failed with an...