diff options
| author | jerome <jerome@xlinfo.fr> | 2025-08-19 16:20:55 +0200 |
|---|---|---|
| committer | jerome <jerome@xlinfo.fr> | 2025-08-19 16:20:55 +0200 |
| commit | c7d18a6f4f367af7ec1a25bca34f6b0ef5ee52fe (patch) | |
| tree | c48b8915257ec6cf6665f3e730152a8166a14276 | |
| parent | e44a1e308e34330c8d056812c662f3ccbb65613a (diff) | |
| download | incus-c7d18a6f4f367af7ec1a25bca34f6b0ef5ee52fe.tar.gz incus-c7d18a6f4f367af7ec1a25bca34f6b0ef5ee52fe.zip | |
Jenkinsfile
| -rw-r--r-- | final/Jenkinsfile | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/final/Jenkinsfile b/final/Jenkinsfile index 75f72e5..61743f4 100644 --- a/final/Jenkinsfile +++ b/final/Jenkinsfile @@ -1,13 +1,6 @@ pipeline { agent any stages { - stage('Clone Repository') { - steps { - script { - sh 'git clone http://dev.xlinfo.lan/git/iac/incus.git' - } - } - } stage('Terraform Init') { steps { dir('final') { |
