From cbc6ff04f6c4bfdffacdc1562aa4eb47ea9919c3 Mon Sep 17 00:00:00 2001 From: emil28092005 Date: Fri, 16 Jan 2026 21:02:33 +0300 Subject: [PATCH] Try fixing Jenkins. --- Jenkinsfile | 5 +++++ 1 file changed, 5 insertions(+) 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...'