You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Activating...
Start activating offline...
Search for valid offline licenses in folder: /root/.katalon/license
The number of valid offline licenses: 0
Offline activation failed.
Start activating online...
Online activation for console mode failed.
Activation failed. Please make sure you are using a valid license.
All launchers terminated
ret_code=3
exit 3
The text was updated successfully, but these errors were encountered:
I am getting this error and I don't know how to go about it. I am running Katalon docker image in Jenkins pipeline
Jenkins Pipeline Sample
pipeline {
agent {
docker {
image 'katalonstudio/katalon'
args "-u root"
}
}
stages {
stage('Test') {
steps {
sh 'katalonc.sh -browserType="Chrome" -retry=0 -statusDelay=15 -testSuitePath="Test Suites/TS_RegressionTest"'
}
}
}
post {
always {
archiveArtifacts artifacts: 'report//.', fingerprint: true
junit 'report//JUnit_Report.xml'
}
}
}
Error message
Start activating offline...
Search for valid offline licenses in folder: /root/.katalon/license
The number of valid offline licenses: 0
Offline activation failed.
Start activating online...
Online activation for console mode failed.
Activation failed. Please make sure you are using a valid license.
All launchers terminated
ret_code=3
exit 3
The text was updated successfully, but these errors were encountered: