test push
All checks were successful
multibranch.test/pipeline/head This commit looks good

This commit is contained in:
Matias Pou 2025-10-13 15:37:07 -03:00
parent a0fd951321
commit 4f9d6658e1

4
Jenkinsfile vendored
View file

@ -1,5 +1,9 @@
pipeline {
agent any
triggers {
pollSCM('')
}
stages {
stage('Build') {
steps {