Fix add 'Run sh file stage'

This commit is contained in:
s487179 2023-04-15 14:13:51 +02:00
parent a61791a846
commit f37aa7c3c5

View File

@ -18,5 +18,10 @@ pipeline {
}
}
}
stage('Run sh file') {
steps {
sh 'ls -l'
}
}
}
}