This commit is contained in:
Michael Hansen 2022-05-04 16:15:00 -04:00
commit ee3c890fa8

4
Jenkinsfile vendored
View file

@ -72,8 +72,8 @@ pipeline {
stage('test') {
steps {
echo '${MIMIC3_TAG_NAME}'
echo '${PLUGIN_TAG_NAME}'
echo "${env.MIMIC3_TAG_NAME}"
echo "${env.PLUGIN_TAG_NAME}"
}
}