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

This commit is contained in:
Matias Pou 2025-10-13 15:52:34 -03:00
parent dbb507a930
commit 06f9ffcfbd

6
Jenkinsfile vendored
View file

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