Skip to content
Snippets Groups Projects

Update Jenkinsfile

Merged Martin Lowe requested to merge Fix-Jenkinsfile into master
1 file
+ 2
3
Compare changes
  • Side-by-side
  • Inline
+ 2
3
@@ -62,7 +62,7 @@ pipeline {
}
steps {
sh '''
./mvnw package
./mvnw package -Dconfig.secret.path=config/sample.secret.properties
docker build -f src/main/docker/Dockerfile.jvm --no-cache -t ${IMAGE_NAME}:${TAG_NAME} -t ${IMAGE_NAME}:latest .
'''
}
@@ -125,4 +125,4 @@ pipeline {
sendNotifications currentBuild
}
}
}
\ No newline at end of file
}
Loading