Feat(Captcha): Initial captcha solver
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -13,6 +13,7 @@ pipeline {
|
||||
COOKIE_STRING = credentials("COOKIE_STRING")
|
||||
ALLOW_REGISTRATION = credentials("ALLOW_REGISTRATION")
|
||||
LOGGER_WEBHOOK_URL = credentials("LOGGER_WEBHOOK_URL")
|
||||
TWOCAPTCHA_API_KEY = credentials("TWOCAPTCHA_API_KEY")
|
||||
}
|
||||
|
||||
stages {
|
||||
@@ -29,6 +30,8 @@ pipeline {
|
||||
sh 'echo COOKIE_STRING=$COOKIE_STRING >> .env'
|
||||
sh 'echo ALLOW_REGISTRATION=$ALLOW_REGISTRATION >> .env'
|
||||
sh 'echo LOGGER_WEBHOOK_URL=$LOGGER_WEBHOOK_URL >> .env'
|
||||
sh 'echo FORCE_START_BOOKING=false >> .env'
|
||||
sh 'echo TWOCAPTCHA_API_KEY=$TWOCAPTCHA_API_KEY >> .env'
|
||||
echo 'Clearing Git directory'
|
||||
sh 'rm -rf ./.git'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user