Skip to content

Commit aa5d1c8

Browse files
authored
update the place where we push the OMSimulator documentation (#1289)
1 parent 32c534c commit aa5d1c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ EXIT /b 1
497497
transfers: [
498498
sshTransfer(execCommand: "rm -rf .tmp/${env.GIT_BRANCH}"),
499499
sshTransfer(
500-
execCommand: "test ! -z '${env.GIT_BRANCH}' && rm -rf '/var/www/doc/OMSimulator/${env.GIT_BRANCH}' && mkdir -p `dirname '/var/www/doc/OMSimulator/.tmp/${env.GIT_BRANCH}'` && mv '/var/www/doc/OMSimulator/.tmp/${env.GIT_BRANCH}' '/var/www/doc/OMSimulator/${env.GIT_BRANCH}'",
500+
execCommand: "test ! -z '${env.GIT_BRANCH}' && rm -rf '/var/www/openmodelica.org-documentation/OMSimulator/${env.GIT_BRANCH}' && mkdir -p `dirname '/var/www/openmodelica.org-documentation/OMSimulator/.tmp/${env.GIT_BRANCH}'` && mv '/var/www/openmodelica.org-documentation/OMSimulator/.tmp/${env.GIT_BRANCH}' '/var/www/openmodelica.org-documentation/OMSimulator/${env.GIT_BRANCH}'",
501501
remoteDirectory: ".tmp/${env.GIT_BRANCH}",
502502
removePrefix: "install/share/doc",
503503
sourceFiles: 'install/share/doc/**')

0 commit comments

Comments
 (0)