Skip to content

Commit 99119d8

Browse files
baasith6cursoragent
andcommitted
Use full Python path in Jenkins connector CI stage.
Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 53e7358 commit 99119d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ pipeline {
3737
stage('Connector tests') {
3838
steps {
3939
dir('connector') {
40-
bat 'python -m pip install -r requirements.txt pytest'
41-
bat 'set PYTHONPATH=.&& python -m pytest tests/ -q'
40+
bat '"C:\\Users\\Abdul Baasith\\AppData\\Local\\Python\\bin\\python.exe" -m pip install -r requirements.txt pytest'
41+
bat 'set PYTHONPATH=.&& "C:\\Users\\Abdul Baasith\\AppData\\Local\\Python\\bin\\python.exe" -m pytest tests/ -q'
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)