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 {
agent any
triggers {
pollSCM('')
}
// triggers {
// pollSCM('')
// }
stages {
stage('Build') {
steps {