diff --git a/Jenkinsfile b/Jenkinsfile index 46db938..d349252 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,11 @@ pipeline{ agent any stages{ + stage('Checkout') { + steps { + git url: 'https://github.com/emil28092005/shagram.git', branch: 'main' + } + } stage('Build') { steps { echo 'Building shagram...'