Publish sources and releases from Android Studio

Hi,

Is it possible to push source from Github to Space ? And make a repository (?) with apks in different flavors in Space environment?

0
3 comments

Manuel - hi,

Thank you for your question!

That should be possible. Please find here how to mirror repositories https://www.jetbrains.com/help/space/mirror-a-repository.html and let us know if you have additional questions or issues via the support form https://jb.gg/space-support.

Margarita Kolotilova
JetBrains
http://www.jetbrains.com
The Drive to Develop

0

I have another question, i can't find URL of Space internal Maven Repository:

repositories {
maven {
credentials {
// Automation has a special account for authentication in Space
// account credentials are accessible via env vars
username = spaceUsername
password = spacePassword
}

url = "https://maven.pkg.jetbrains.space/empty3/p/empty3/maven"
}
}


Library packages pages: https://empty3.jetbrains.space/p/empty3/packages/maven/maven/one.empty3/libraries-k?v=1.0&tab=overview
0

Manuel - hi,

Thank you for your question!

Please find here an instruction on how to download Space maven repository inside a Space automation job https://www.jetbrains.com/help/space/build-and-run-tests-in-gradle-project.html#publishing-maven-artifacts-to-space-packages.

In order to copy the repository URL, in the top right corner click Horizontal menu (***) and select Copy URL. For example, in case of a private repository, a URL could be like this one: https://maven.pkg.jetbrains.space/mycompany/p/projectkey/my-maven-repo 

Please let me know if further assistance is needed.

Margarita Kolotilova
JetBrains
http://www.jetbrains.com
The Drive to Develop

0

Please sign in to leave a comment.