Update Jenkinsfile
This commit is contained in:
parent
b86eca2af8
commit
3b74eb127b
|
@ -18,6 +18,7 @@ pipeline {
|
|||
}
|
||||
stage('Selenium Tests') {
|
||||
steps {
|
||||
echo 'Running Selenium Tests...'
|
||||
//sh 'python3 selenium.py'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue