jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-03-20 15:02:22 +01:00
parent 73bbb7b1db
commit 413668a294
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 'Hello Test weewfewefewergergergregffeefwefwewf!'
echo 'Hello Test sdfdfsdfsfsddfssdfweewfewefewergergergregffeefwefwewf!'
}
}
}