diff --git a/Jenkinsfile b/Jenkinsfile index 3d8407439..ab1676662 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,6 +92,7 @@ pipeline { withCredentials([gitUsernamePassword(credentialsId: 'github', gitToolName: 'Default')]) { sh ''' + pwd git checkout main git pull