Update 'Jenkinsfile-Docker'

This commit is contained in:
Wojciech Mikołajski 2023-04-19 19:57:12 +02:00
parent 60529faec5
commit 9a848f09f0

View File

@ -5,7 +5,7 @@ agent {
stages {
stage('Test') {
steps {
sh 'cat /etc/issue'
sh 'ls -l'
}
}
}