-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Description
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
- 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels