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:53:50 -03:00
parent 37381c9503
commit 09a5eba2f0

6
Jenkinsfile vendored
View file

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