python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Gitlab-ci.yml file in Android Studio not retrieving user Predefined variables saved in the CI/CD Variables settings?
I haven't found anything useful online, I am also fairly new to the Gitlab pipeline.
Here is what I have:
cache:
key: "$CI_BUILD_REF_NAME"
paths:
- .gradle/
image: xxx_irrelevant
...
Android Dev
Votes: 0
Answers: 1
Cant access gitlab ci variables from inside python script building with maven
0
I have a python project which I build using maven. In my .gitlab-ci.yaml file I set some global variables.
variables:
MAVEN_BASE_CLI_OPTS: ""
MAVEN_CLI_OPTS: ${MAVEN_BASE_CLI_OPTS}
L...

Sangathamilan Ravichandran
Votes: 0
Answers: 0
Gitlab pipeline, kubernetes runner - How to configure
I have problem with running docker in kubernetes runner.
I've installed kubernetes runner with helm and set privileged mode to true
runners:
config: |
[[runners]]
[runners.kubernetes]
...
nicram
Votes: 0
Answers: 2
AssemblyInfo ingrored when building from GitLab-Runner
On a Windows machine there is a GitLab-Runner run from a domain user with admin rights. When I log as this user and call dotnet build -c release to build an ASP.NET Core app, the dll has all the infor...

jahu
Votes: 0
Answers: 1