From b86eca2af82815943ab67dcec0b698a28cf94c64 Mon Sep 17 00:00:00 2001 From: Brady-Malott <55215446+Brady-Malott@users.noreply.github.com> Date: Fri, 17 Feb 2023 20:04:32 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {