You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This not works because environment variables seems not support multiline values. The pem content is stored without newlines and it fails with:
gradle-intellij-plugin :jenkins-control-plugin:signPlugin] Error during Marketplace ZIP Signer CLI execution:
Exception in thread "main" java.lang.NullPointerException: pemObject must not be null
at org.jetbrains.zip.signer.signer.PrivateKeyUtils.loadKeyPair(PrivateKeyUtils.kt:62)
at org.jetbrains.zip.signer.signer.PrivateKeyUtils.loadKeyPair(PrivateKeyUtils.kt:48)
at org.jetbrains.zip.signer.signer.SignerInfoLoader.loadSignerInfoFromText(SignerInfoLoader.kt:30)
at org.jetbrains.zip.signer.ZipSigningTool.sign(ZipSigningTool.kt:58)
at org.jetbrains.zip.signer.ZipSigningTool.main(ZipSigningTool.kt:29)
The text was updated successfully, but these errors were encountered:
MCMicS
changed the title
Provide Secrets to IDE not works because multiline is not supoorted
Provide Secrets to IDE not works because multiline is not supported
Oct 13, 2021
The documentation says:
https://plugins.jetbrains.com/docs/intellij/plugin-signing.html#provide-secrets-to-ide
This not works because environment variables seems not support multiline values. The pem content is stored without newlines and it fails with:
The text was updated successfully, but these errors were encountered: