jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-03-20 14:59:25 +01:00
parent 4e324dc39d
commit 73bbb7b1db
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Stage 1') { stage('Stage 1') {
steps { steps {
echo 'Hello Test weewfewefewffeefwefwewf!' echo 'Hello Test weewfewefewergergergregffeefwefwewf!'
} }
} }
} }