Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
O
odoo-demo
Project
Project
Details
Activity
Releases
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
Ndoumbe
odoo-demo
Commits
1686c730
Commit
1686c730
authored
Dec 24, 2024
by
Mariama Tambedou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jenkinsfile dock
parent
16a2d30e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletion
+11
-1
Jenkinsfile
Jenkinsfile
+11
-1
No files found.
Jenkinsfile
View file @
1686c730
...
@@ -37,6 +37,16 @@ pipeline {
...
@@ -37,6 +37,16 @@ pipeline {
}
}
}
}
stage
(
'Deploy to ArgoCD'
)
{
stage
(
'Deploy to ArgoCD'
)
{
steps
{
script
{
bat
"""
argocd app sync demo-app --kubeconfig %KUBECONFIG%
"""
}
}
}
/*stage('Deploy to ArgoCD') {
steps {
steps {
script {
script {
withCredentials([file(credentialsId: 'Kubeconfig', variable: 'KUBECONFIG')]) {
withCredentials([file(credentialsId: 'Kubeconfig', variable: 'KUBECONFIG')]) {
...
@@ -50,7 +60,7 @@ pipeline {
...
@@ -50,7 +60,7 @@ pipeline {
}
}
}
}
}
}
}
}
*/
post
{
post
{
always
{
always
{
echo
"Pipeline complete."
echo
"Pipeline complete."
...
...
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