jenkins的bash shell使用boolean值

#!/bin/bash
if ! [[ $SKIP_TESTS == true ]] ; then
  #Do something if condition is met
fi
相關文章
相關標籤/搜索