this is odd

This commit is contained in:
Robin Müller 2023-09-19 21:08:15 +02:00
parent 884c98f491
commit 538e213879
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -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:/'
// }
//}
}
}
}