Compare commits

..

No commits in common. "stage" and "main" have entirely different histories.
stage ... main

2
Jenkinsfile vendored
View file

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