python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
My CI build fails because of detect property
I just recently updated my arturbosch detekt library in my android app to 1.20.0-RC1 but when I run my build using bitrise CI tool, I get this error message:
I have checked my detekt config file and ...
Ugo Onuoha
Votes: 0
Answers: 0
Set and get Environment Variable from script Bitrise
I want to set environment variable from script in Bitrise.
for example I am setting build version based on date like 03.16 and build number start from 1. once date change from ex 17th march than build...
Moinuddin Girach
Votes: 0
Answers: 0
Bitrise Update JIRA issues with build number not working
+ DEB_FILES=("${THIS_SCRIPT_DIR}/ubuntu/products/"*.deb)
+ dpkg -i /tmp/bitrise032434122/step_src/ubuntu/products/libgit2_1.1.0-1_amd64.deb
Selecting previously unselected packag...
Jungho Park
Votes: 0
Answers: 1
abd emu geo fix <longitude> <latitude> is not working on Bitrise CI server
Requirement
We are required to conduct automated tests on a food delivery app which when launched it asks for permission to use the user's location and display a list of nearby restaurants.
Problem
Wh...
S.Hasan
Votes: 0
Answers: 1