Jak CD w katalogu z rurociągiem Jenkins

steps {
    sh "pwd"
    dir('your-sub-directory') {
      sh "pwd"
    }
    sh "pwd"
} 
devops unicorn