Jenkinsfile

This commit is contained in:
Ramón Vásquez 2025-10-15 08:51:58 -03:00
parent 2063071436
commit 0d0cbb9662

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('Mock') { stage('Mock') {
steps { steps {
echo 'Mock Pipelin' echo 'Mock Pipeline'
} }
} }
} }