This commit is contained in:
Jan Nowak 2021-04-10 20:28:15 +02:00
parent 4cd08afff3
commit c84defa3da

1
Jenkinsfile vendored
View File

@ -29,6 +29,7 @@ pipeline {
stage('docker') {
agent { dockerfile true }
steps {
sh 'cat /etc/issue'
sh 'ls -l'
sh 'chmod +x skrypt.sh'
sh './skrypt.sh 0'