update do zadania 2 z lab 06

This commit is contained in:
Norbert Walkowiak 2023-06-08 11:29:14 +02:00
parent ef7cb7b860
commit b0ac40cf41

View File

@ -26,7 +26,7 @@ pipeline{
stage('Check workspace content') {
steps {
sh 'ls ${env.WORKSPACE}'
echo "${env.WORKSPACE}"
}
}