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 agent any
stages { stages {
stage('Checkout') { stage('Checkout') {
steps { steps {
checkout scm checkout scm
sh 'ls -las' sh 'ls -las'
} }
} }
} }
} }