Update Jenkinsfile

This commit is contained in:
Brady-Malott 2023-02-17 20:04:32 -05:00 committed by GitHub
parent 1c9987d2eb
commit b86eca2af8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -18,7 +18,7 @@ pipeline {
} }
stage('Selenium Tests') { stage('Selenium Tests') {
steps { steps {
sh 'python3 selenium.py' //sh 'python3 selenium.py'
} }
} }
stage('Hello To Discord') { stage('Hello To Discord') {