We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93cbe3e commit ffe1a9fCopy full SHA for ffe1a9f
.CI/Jenkinsfile
@@ -586,11 +586,13 @@ HISTORY_FILE='00_history.html'
586
for b in ${env.GITBRANCHES} ${env.GITBRANCHES_FMI} ${env.GITBRANCHES_NEWINST} ${env.GITBRANCHES_DAE} ${env.GITBRANCHES_CPP}; do
587
BRANCH=`echo \${b} | cut -d '/' -f2`
588
FILE="\${HISTORY_DIRECTORY}\${BRANCH}\${SEPARATOR}\${HISTORY_FILE}"
589
+ ssh hudson@build.openmodelica.org << EOF
590
if [ ! -f \${FILE} ]; then
591
echo "Creating initial history: library.openmodelica.org: \${FILE}"
- ssh hudson@library.openmodelica.org mkdir -p \${HISTORY_DIRECTORY}\${BRANCH}
592
- ssh hudson@library.openmodelica.org touch \${FILE}
+ mkdir -p \${HISTORY_DIRECTORY}\${BRANCH}
593
+ touch \${FILE}
594
fi
595
+ EOF
596
done
597
"""
598
}
0 commit comments