1
0
Fork 0

jenkinsfile

This commit is contained in:
Alicja Szulecka 2024-03-20 14:46:29 +01:00
parent 2a676e23c5
commit bb79f3b3d1
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 world asd!'
}
}
}