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)
Jenkins artifact short URL / pretty url
How to get a direct short URL for the jenkins build output file.
My last successful build is located at this path.
https://jenkins.domain.com/job/Org_repo_folder/job/project/job/release/build_number/a...
Arun Jose
Votes: 0
Answers: 1
How do I organize and access external files nicely in IntelliJ?
I'm programming using IntelliJ IDEA. I'm programming a game. This game needs to save its data inside some files (for example player data, world map exploration data etc.). The problem arises when I wa...
Dj Sushi
Votes: 0
Answers: 1
What is gradle artifact transform task and why it takes so long?
I ran the profiler for my build, and under Artifact Transform tab, I can see different times taken by the transform tasks.
First I thought that the 1m16.09s mark was that the process finished 1m after...
htafoya
Votes: 0
Answers: 0
GitLab CI/CD artifact exclude not working
the artifact section of my .gitlab-ci.yml file is:
script:
- echo "creating artifact"
artifacts:
name: "<name of my project>"
paths:
- $CI_PROJECT_D...
Amelia Fox
Votes: 0
Answers: 4