changed jenkins file

This commit is contained in:
Daniel Porzucek 2024-03-20 14:58:28 +01:00
parent b721426589
commit 79562c6e21

8
Jenkinsfile vendored
View File

@ -2,10 +2,10 @@ pipeline {
agent any
stages {
stage('Checkout') {
steps {
checkout scm
sh 'ls -las'
}
steps {
checkout scm
sh 'ls -las'
}
}
}
}