Fix echo
This commit is contained in:
parent
7c896673ee
commit
ee3c890fa8
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
|
@ -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}"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue