
SAP describes how you have to configure Jenkins for deploying to SCP. This is very similar for GitLab as both systems just run OS scripts on your server. The most import part of this tutorial is the script for deploying to SCP: install the MTA archive builder mkdir -p ${WORKSPACE}/tmp/mta cd ${WORKSPACE}/tmp/mta wget –output-document=mta.jar ” […]