added Jenkins file

This commit is contained in:
Szymon Bartanowicz 2024-03-26 17:58:03 +01:00
parent e9e4d317c4
commit 424e4b2478
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'elo 420'
echo 'elo 420 v2'
}
}
}