Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
global-jenkinsfile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
QA
global-jenkinsfile
Commits
6545ca68
Commit
6545ca68
authored
Apr 28, 2018
by
wentao.suo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1111
parent
ff36e424
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
17 deletions
+18
-17
qgCiSonar.groovy
vars/qgCiSonar.groovy
+18
-17
No files found.
vars/qgCiSonar.groovy
View file @
6545ca68
...
@@ -23,27 +23,28 @@ def call(body) {
...
@@ -23,27 +23,28 @@ def call(body) {
body()*/
body()*/
ansiColor
(
'xterm'
)
{
ansiColor
(
'xterm'
)
{
echo
"\033[32m############################################\n\
echo
"\033[32m############################################\n\
# GIT_PEPO_SSH_URL:${GIT_PEPO_SSH_URL}\n\
# GIT_PEPO_SSH_URL:${GIT_PEPO_SSH_URL}\n\
# GIT_REPO_NAME:${GIT_REPO_NAME}\n\
# GIT_REPO_NAME:${GIT_REPO_NAME}\n\
# GIT_BRANCH:${GIT_BRANCH}\n\
# GIT_BRANCH:${GIT_BRANCH}\n\
# GIT_BRANCH_HASH:${GIT_BRANCH_HASH}\n\
# GIT_BRANCH_HASH:${GIT_BRANCH_HASH}\n\
# GIT_TRIGER_USER:${GIT_TRIGER_USER}\n\
# GIT_TRIGER_USER:${GIT_TRIGER_USER}\n\
############################################\033[0m"
############################################\033[0m"
}
}
dir
(
GIT_REPO_NAME
){
node
{
node
{
stage
(
"SonarQube Quality Gate"
){
dir
(
GIT_REPO_NAME
){
def
gitRepoName
=
"${GIT_REPO_NAME}"
stage
(
"SonarQube Quality Gate"
){
def
gitRepoName
=
"${GIT_REPO_NAME}"
}
stage
(
"callback"
){
}
_stage
.
callback_pipes
(
info
)
stage
(
"callback"
){
_stage
.
callback_pipes
(
info
)
}
}
}
}
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment