Try fixing Jenkins.

This commit is contained in:
emil28092005
2026-01-16 21:02:33 +03:00
parent c7955ecee7
commit cbc6ff04f6
Vendored
+5
View File
@@ -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...'