tangxl hace 6 años
padre
commit
2ed0da3df1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      jenkinstest

+ 1 - 0
jenkinstest

@@ -21,6 +21,7 @@ pipeline {
                 					}
                                 }
                                 echo 'env.tag='+env.tag
+               sh  '#!/bin/sh -l'
                 sh 'ant -DVERSION='+env.tag+'   -DpreName='+env.preName
             }
         }