jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-03-20 14:50:38 +01:00
parent bb79f3b3d1
commit 7b9a04761b

2
Jenkinsfile vendored
View File

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