Update Jenkinsfile

This commit is contained in:
Ramón Vásquez 2025-09-26 16:25:54 -03:00
parent ace2433a7a
commit fe8ee53f22

8
Jenkinsfile vendored
View file

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