sameersbn / sameersbn/docker-gitlab

When I perform CI tasks, I report an error

Open
#2,184 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Shell
Stars
8.1k
Forks
2.1k
Avg merge
17h 47m
Merged PRs (30d)
7

Description

QQ20200626-104429@2x

`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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.