Update Jenkinsfile

This commit is contained in:
Ramón Vásquez 2025-09-26 16:26:38 -03:00
parent fe8ee53f22
commit 2a8cb861f6

4
Jenkinsfile vendored
View file

@ -1,7 +1,11 @@
pipeline {
agent any
stages {
stage('Mock') {
steps {
echo ''
}
}
}
}