this should do the deployment job
This commit is contained in:
parent
8f59989d6c
commit
ab9d5ce242
5
automation/Jenkinsfile
vendored
5
automation/Jenkinsfile
vendored
@ -8,7 +8,10 @@ pipeline {
|
|||||||
stages {
|
stages {
|
||||||
stage('Deployment') {
|
stage('Deployment') {
|
||||||
steps {
|
steps {
|
||||||
sh 'rsync -h'
|
sshagent(credentials: ['documentation-buildfix']) {
|
||||||
|
// Deploy to Apache webserver
|
||||||
|
sh 'rsync -r buildfix@documentation.irs.uni-stuttgart.de:/'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user