Add Jenkinsfile

This commit is contained in:
marcelhariton 2023-05-09 13:54:10 +03:00
parent 88e738fef7
commit 713c25e4ed

1
Jenkinsfile vendored
View file

@ -5,6 +5,7 @@ pipeline {
stage('Build') {
steps {
echo 'Building..'
sh("ls -la")
}
}
stage('Test') {