[Update] Jenkisfile

This commit is contained in:
Matias Pou 2025-10-13 14:59:38 -03:00
parent f989a09bd0
commit 1955e2fd4b

2
Jenkinsfile vendored
View file

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Build') {
steps {
echo "🔨 Building branch: main"
echo "🔨 Building branch: staging"
}
}
}