Compare commits

...
Sign in to create a new pull request.

1 commit
main ... stage

Author SHA1 Message Date
612c1166ca Jenkinsfile
All checks were successful
multi/pipeline/head This commit looks good
2025-10-14 16:13:11 -03:00

2
Jenkinsfile vendored
View file

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Mock') {
steps {
echo 'SOY MAIN'
echo 'SOY STAGE'
}
}
}