Skip to content

Commit

Permalink
jenkins file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhantprateek committed Feb 19, 2024
1 parent 5e1fb07 commit 216017c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,16 @@ pipeline {
stages {

stage('Git Checkout repo') {
git 'https://github.com/siddhantprateek/qdrant.git'
steps {

git 'https://github.com/siddhantprateek/qdrant.git'
}
}

stage('Setup Go') {
echo 'Qdrant Project'
steps {
echo 'Qdrant Project'
}
}

}
Expand Down

0 comments on commit 216017c

Please sign in to comment.