jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-03-20 14:55:53 +01:00
parent 7b9a04761b
commit 4e324dc39d
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 world!'
echo 'Hello Test weewfewefewffeefwefwewf!'
}
}
}