Skip to content

Conversation

@jkakavas
Copy link
Contributor

Backports the following commits to 7.x:

In KeystoreWrapper class we determine if the error to decrypt a
given keystore is caused by a wrong password based on the exception
that the SunJCE implementation of AES is throwing
(AEADBadTagException). Other implementations from other Security
Providers might cause decryption to fail in a different way and cause
us to throw a generic error message.
We handle this in this test by matching both possible
exception messages.

Relates: elastic#56889
@jkakavas
Copy link
Contributor Author

10:04:03 FATAL: Could not checkout 3777c70df8a475fd6fd04ad5720b485dedfa668e
10:04:03 hudson.plugins.git.GitException: Command "git checkout -f 3777c70df8a475fd6fd04ad5720b485dedfa668e" returned status code 137:
10:04:03 stdout: 
10:04:03 stderr: 
10:04:03 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2430)
10:04:03 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$1100(CliGitAPIImpl.java:81)
10:04:03 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2743)
10:04:03 Caused: hudson.plugins.git.GitException: Could not checkout 3777c70df8a475fd6fd04ad5720b485dedfa668e
10:04:03 	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$9.execute(CliGitAPIImpl.java:2767)
10:04:03 	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1217)

@jkakavas
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/packaging-sample-unix-packages

@jkakavas jkakavas merged commit 6984b3e into elastic:7.x May 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant