update jenkinsfile

This commit is contained in:
Maciej Czajka 2022-04-02 15:50:11 +02:00
parent edb92b1eff
commit 4be47f76a8

View File

@ -15,6 +15,7 @@ pipeline {
stage("Script") {
steps {
sh "ls -al"
sh "pwd"
}
}
}