-
Couldn't load subscription status.
- Fork 88
ci: Update STATUSQ_TESTMODE parameter in buildStatusQ #19114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
ci/Jenkinsfile.android
Outdated
| withEnv([ | ||
| "STATUSQ_TESTMODE=${env.STATUSQ_TESTMODE}" | ||
| ]) { | ||
| linux.bundle(target='mobile-build', verbose=params.VERBOSE) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
none of these changes are needed.
The addition of STATUSQ_TESTMODE in environment block should be enough.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree. updated to align scripts with Jenkins environment
Jenkins BuildsClick to see older builds (26)
|
c040ae6 to
2c01438
Compare
Aligns workflow and build script with Jenkins to use STATUSQ_TESTMODE as the var to enable test hooks.
2c01438 to
d726133
Compare
What does the PR do
To test - run job and inspect build for evidence of hooks.
Affected areas
CI - Android Builds