Mark Jaffe
Mark Jaffe
Thanks, I will try that. I'll also need to run another query, filtering jobs with descriptions including specific text (for branch) but I'm not confident with my json skills. Sent...
That did not help. nothing in logs, but the parameters dialog contained this after I changed the tree=lastBuild%5Bnumber,description%5D to tree=builds%5Bnumber,description%5D: Failed to parse Json format com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "builds" (class...
Do we have any update on this problem? Are you able to reproduce?
I do not use -k when making curl request; I am fairly certain cert is self-signed, but is not publically available. Using -g with curl avoids escaping square brackets. Any...
You have seen errors above, nothing in logs. Perhaps it is Jenkins version to blame, our server is running 1.626
Thanks, @jeremyplichtafc, good to know. Alternatively, I added jdk11 using `apk --no-cache add openjdk11 --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community` but getting same results as with okta-aws-cli-2.0.3.jar: ``` bash-4.4# ln -s okta-aws-cli-1.0.10.jar okta-aws-cli.jar bash-4.4# ./bin/okta-listroles...
@jeremyplichtafc I tried switching back to openjdk8, and using 1.0.10.jar, with previous results: ``` bash-4.4# okta-listroles Exception in thread "main" java.lang.UnsupportedClassVersionError: javafx/application/Application has been compiled by a more recent version...
I ran `jdeps` against the okta-aws-cli-1.0.10.jar and came up with this set of 'not found' dependencies: (ran grep -n 'not found' on the output of jdeps) ``` $ grep -n...
Same process as previous post, using 2.0.3 jar; details: ``` bash-4.4# java -version openjdk version "11.0.4" 2019-07-16 OpenJDK Runtime Environment (build 11.0.4+11-alpine-r0) OpenJDK 64-Bit Server VM (build 11.0.4+11-alpine-r0, mixed mode)...
This is intended to be run without user interaction, as a part of infrastructure automation tool (https://github.com/runatlantis/atlantis) --- Mark Jaffe [email protected] (408) 807-2093 @Jaff http://markie.info On Aug 9, 2019, 10:31...