diff --git a/Jenkinsfile b/Jenkinsfile index a2cc67f..f64a360 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { } stage('Selenium Tests') { steps { - sh 'python3 selenium.py' + //sh 'python3 selenium.py' } } stage('Hello To Discord') {