Forum Discussion
No RepliesBe the first to reply
Related Content
- 3 years ago
- 11 months ago
is that SmartBear ID-based license supports via docker file in jenkins run?
where as for Floating license we were using like below,
RUN export LICENSE_SERVER="Company.com:8443"
ENV LICENSE_SERVER=Company.com:8443
RUN chmod 755 $READYAPI_FOLDER/bin/ext/ready-api-license-manager-1.3.2.jar && \
echo 1 | sh $READYAPI_FOLDER/bin/ext/license-manager.sh -s $LICENSE_SERVER
if that supports please let us know how to use this.