Skip to content

Commit

Permalink
update the place where we push the OMSimulator documentation (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrpo authored Mar 21, 2024
1 parent 32c534c commit aa5d1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ EXIT /b 1
transfers: [
sshTransfer(execCommand: "rm -rf .tmp/${env.GIT_BRANCH}"),
sshTransfer(
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}'",
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}'",
remoteDirectory: ".tmp/${env.GIT_BRANCH}",
removePrefix: "install/share/doc",
sourceFiles: 'install/share/doc/**')
Expand Down

0 comments on commit aa5d1c8

Please sign in to comment.