summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjerome <jerome@xlinfo.fr>2025-08-19 16:16:45 +0200
committerjerome <jerome@xlinfo.fr>2025-08-19 16:16:45 +0200
commite44a1e308e34330c8d056812c662f3ccbb65613a (patch)
tree6dee7a7e0482d8b47fdca526dfc71ea8694c2255
parent90252f049b70c1f554f9de37cefcf01bffd664d0 (diff)
downloadincus-e44a1e308e34330c8d056812c662f3ccbb65613a.tar.gz
incus-e44a1e308e34330c8d056812c662f3ccbb65613a.zip
Jenkinsfile
-rw-r--r--final/Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/final/Jenkinsfile b/final/Jenkinsfile
index c5807d2..75f72e5 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 || git checkout'
+ sh 'git clone http://dev.xlinfo.lan/git/iac/incus.git'
}
}
}