jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-03-20 14:44:21 +01:00
parent 4d2d335306
commit 2a676e23c5
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 world!'
echo 'Hello Test world!'
}
}
}