this is odd
This commit is contained in:
parent
884c98f491
commit
538e213879
9
automation/Jenkinsfile
vendored
9
automation/Jenkinsfile
vendored
@ -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:/'
|
||||
// }
|
||||
//}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user