diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index a2122bb..e112e72 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -11,11 +11,12 @@ pipeline { branch 'main' } steps { - sshagent(credentials: ['documentation-buildfix']) { + sh 'echo Hello World' + // sshagent(credentials: ['documentation-buildfix']) { // Deploy to Apache webserver - sh 'rsync -r --delete --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/' - } - } + // sh 'rsync -r --delete --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/' + // } + //} } } }