node标签会切换环境:会切换当前构建的目录到xxx@2目录。

node{
    script{
        sh '''
            ls -al 
        '''
    }
    stage('fxck something'){
    
    }
}