sameersbn / sameersbn/docker-gitlab
When I perform CI tasks, I report an error
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 8.1k
- Forks
- 2.1k
- Avg merge
- 17h 47m
- Merged PRs (30d)
- 7
Description
`stages:
- scanner
sonar:
stage: scanner
tags:
- maven
script:
- ./mvnw sonar:sonar
-Dsonar.host.url=http://10.0.10.164:9000/
-Dsonar.login=d5f0143344ff627f37b71cb05a7dccb18afc3bcb
-Dsonar.jacoco.reportPaths=target/jacoco.exec
-Dsonar.projectKey=mes
-Dsonar.gitlab.project_id=$CI_PROJECT_PATH
-Dsonar.gitlab.commit_sha=$CI_COMMIT_SHA
-Dsonar.gitlab.ref_name=$CI_COMMIT_REF_NAME
-Dsonar.gitlab.url=http://10.0.10.164:10080/
-Dsonar.gitlab.user_token=6RV4bdwnS8d861E1PZTi
-Dsonar.gitlab.comment_no_issue=true -X
-Dsonar.gitlab.ci_merge_request_iid=$CI_MERGE_REQUEST_IID
-Dsonar.gitlab.merge_request_discussion=true`
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue provides a GitLab CI YAML snippet for a Maven Sonar task and an attached screenshot. Start by reviewing the screenshot and reproducing that CI task; the issue needs a specific error and expected behavior before work can be scoped. Done means resolving the reported pipeline error and confirming the task completes successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- gitlab, shell
- Domain
- ci-cd, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100