test push

This commit is contained in:
Matias Pou 2025-10-13 15:38:07 -03:00
parent 09e78c61c7
commit f18e3d2d13

3
Jenkinsfile vendored
View file

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