fabric-beta-publisher-plugin
fabric-beta-publisher-plugin copied to clipboard
DEPRECATED: A Jenkins plugin that lets you publish Android apps to Fabric Beta
# Security Vulnerability Fix This pull request fixes either 1.) Temporary Directory Hijacking Vulnerability, or 2.) Temporary Directory Information Disclosure Vulnerability, which existed in this project. ## Preamble The system...
# Security Vulnerability Fix This pull request fixes a Zip Slip vulnerability either due to an insufficient, or missing guard when unzipping zip files. Even if you deem, as the...
# Security Vulnerability Fix This pull request fixes either 1.) Temporary Directory Hijacking Vulnerability, or 2.) Temporary Directory Information Disclosure Vulnerability, which existed in this project. ## Preamble The system...
Fabric Beta Publisher Plugin: Error downloading crashlytics-devtools.jar: timeout Temporary xml2704367587277803670.tmp got deleted = true Build step 'Upload .apk to Fabric Beta' marked build as failure Finished: FAILURE Why not cache...
Hi, I've found an issue on Fabric beta publisher plugin. On FileUtils.java, Fabric plugin extracts the Crashlytics zip into a temporary folder (method extractCrashlyticsJar). However, this temporary folder is never...
Occurs on both pipeline and freestyle jobs. Occurs on both Fabric Beta Publisher Plugin v2.0 and v1.8 Jenkins setup : Containerized Jenkins v2.161-alpine master node. Builds are executed remotely on...
In some cases, I'm getting a null pointer exception in the EnvironmentContributer class: ``` at java.util.TreeMap.putAll(TreeMap.java:313) at fabric.beta.publisher.EnvVarsContributor.buildEnvironmentFor(EnvVarsContributor.java:19) at hudson.model.Run.getEnvironment(Run.java:2287) at hudson.model.AbstractBuild.getEnvironment(AbstractBuild.java:878) at hudson.plugins.git.GitSCM.getParamExpandedRepos(GitSCM.java:419) at hudson.plugins.git.GitSCM.compareRemoteRevisionWithImpl(GitSCM.java:627) at hudson.plugins.git.GitSCM.compareRemoteRevisionWith(GitSCM.java:592) at hudson.scm.SCM.compareRemoteRevisionWith(SCM.java:391)...
Hello, I'm trying to use the plugin to upload my release with Jenkins. I have a timeout issue. I m using a proxy. It is configured into manage plugins ->...
Hello, I m using proxy to upload my release. I can't find houw I can add my user and password ? There are any solution ? If No, can you...
Hi, I'm using 2.0 version of the plugin in Jenkins 2.121.1 and unfortunately I'm unable to send release notes via FabricBetaPublisher with Multibranch Pipeline project. Here is my fabric step...