EVOLUTION-NINJA
Edit File: jenkins
pipeline { agent any stages { stage('Hello') { steps { echo checkout([$class: 'GitSCM', branches: [[name: '*/main']], extensions: [], userRemoteConfigs: [[url: 'https://github.com/JayBluesrepo/medusys-report.git']]]) } } } }