test push

This commit is contained in:
Matias Pou 2025-10-14 17:03:33 -03:00
parent ff048098c6
commit ca17ad7823

12
Jenkinsfile vendored Normal file
View file

@ -0,0 +1,12 @@
pipeline {
agent any
stages {
stage('Build') {
steps {
echo "🔨 Building branch: staging"
}
}
}
}