@@ -2,7 +2,7 @@ pipeline {
agent any
stages {
- stage('Checkout') {
+ stage('whoami') {
steps {
// 从版本控制系统中检出代码
sh 'whoami'