summaryrefslogtreecommitdiff
path: root/final/Jenkinsfile
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-08-19 15:35:23 +0200
committerjerome <jerome@xlinfo.fr>2025-08-19 15:35:23 +0200
commit07a86666f804d408aaf44884499b677eaf8161c8 (patch)
tree06d73624f8bc2bf7e712eed80cd9a9e2407800a3 /final/Jenkinsfile
parent302daa1e5f66da2526635270e7e0153edf2d7228 (diff)
downloadincus-07a86666f804d408aaf44884499b677eaf8161c8.tar.gz
incus-07a86666f804d408aaf44884499b677eaf8161c8.zip
Jenkinsfile
Diffstat (limited to 'final/Jenkinsfile')
-rw-r--r--final/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/final/Jenkinsfile b/final/Jenkinsfile
index 75f72e5..c5807d2 100644
--- a/final/Jenkinsfile
+++ b/final/Jenkinsfile
@@ -4,7 +4,7 @@ pipeline {
stage('Clone Repository') {
steps {
script {
- sh 'git clone http://dev.xlinfo.lan/git/iac/incus.git'
+ sh 'git clone http://dev.xlinfo.lan/git/iac/incus.git || git checkout'
}
}
}