Skip to content

Commit 87d7358

Browse files
authored
display the OMSimulator hashes (#179)
1 parent 75043f1 commit 87d7358

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.CI/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,8 @@ def runRegressiontest(branch, name, extraFlags, omsHash, dbPrefix, sshConfig, om
627627
git reset --hard "${omsHash}" || exit 1
628628
629629
git rev-parse HEAD > .newhash
630-
echo "OMSimulator Hash: ${omsHash}"
630+
echo "OMSimulator Hash: ${omsHash} and commit:"
631+
cat .newhash || true
631632
echo Old Hash:
632633
cat ~/saved_omc/OMSimulator/.githash || true
633634
@@ -644,6 +645,8 @@ def runRegressiontest(branch, name, extraFlags, omsHash, dbPrefix, sshConfig, om
644645
git rev-parse HEAD > ~/saved_omc/OMSimulator/.githash || exit 1
645646
646647
fi
648+
echo OMSimulator version:
649+
${env.HOME}/saved_omc/OMSimulator/install/bin/OMSimulator --version
647650
"""
648651
FMI_TESTING_FLAG="--fmi=true --fmisimulator=${env.HOME}/saved_omc/OMSimulator/install/bin/OMSimulator --default=ulimitExe=50"
649652
}

0 commit comments

Comments
 (0)