Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
devops-java-sample
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
devops
devops-java-sample
Commits
b21f033f
Commit
b21f033f
authored
Oct 09, 2019
by
devops
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Jenkinsfile-on-prem
parent
311794c8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile-on-prem
Jenkinsfile-on-prem
+2
-2
No files found.
Jenkinsfile-on-prem
View file @
b21f033f
...
@@ -11,11 +11,11 @@ pipeline {
...
@@ -11,11 +11,11 @@ pipeline {
environment {
environment {
HARBOR_CREDENTIAL_ID = 'harbor-id'
HARBOR_CREDENTIAL_ID = 'harbor-id'
GITLAB_CREDENTIAL_ID = 'gitlab
-
id'
GITLAB_CREDENTIAL_ID = 'gitlab
_
id'
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
KUBECONFIG_CREDENTIAL_ID = 'demo-kubeconfig'
REGISTRY = 'harbor.devops.kubesphere.local:30280'
REGISTRY = 'harbor.devops.kubesphere.local:30280'
HARBOR_NAMESPACE = 'library'
HARBOR_NAMESPACE = 'library'
GITLAB_ACCOUNT = '
admin1
'
GITLAB_ACCOUNT = '
devops
'
APP_NAME = 'devops-java-sample'
APP_NAME = 'devops-java-sample'
SONAR_CREDENTIAL_ID= 'sonar-token'
SONAR_CREDENTIAL_ID= 'sonar-token'
}
}
...
...
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