I'd like send keystore variable by pipeline.
I have this signingconfig
storeFile file(RELEASE_STORE_FILE)
storePassword RELEASE_STORE_PASSWORD
keyAlias RELEASE_KEY_ALIAS
keyPassword RELEASE_STORE_PASSWORD
In local i use
./gradlew assembleRelase -PRELEASE_STORE_PASSWORD -PRELEASE_STORE_PASSWORD
and it works.. but with pipeline doesn't work
How can avoid write signinconfig in gradle.properties and use gradle to send variables?
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.