is this it?!?
This commit is contained in:
parent
e8b8295543
commit
7c3f09b1ff
3
automation/Jenkinsfile
vendored
3
automation/Jenkinsfile
vendored
@ -3,6 +3,7 @@ pipeline {
|
|||||||
dockerfile {
|
dockerfile {
|
||||||
dir 'automation'
|
dir 'automation'
|
||||||
reuseNode true
|
reuseNode true
|
||||||
|
args '--network host'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// agent any
|
// agent any
|
||||||
@ -14,7 +15,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sshagent(credentials: ['documentation-buildfix']) {
|
sshagent(credentials: ['documentation-buildfix']) {
|
||||||
// Deploy to Apache webserver
|
// 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