anothertest

This commit is contained in:
Adrian Charkiewicz 2022-03-23 11:17:03 +01:00
parent 3c9a264d0b
commit 73ca8da6a5

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stage('Stage 1') {
steps {
echo 'Hello wordle!'
echo 'Hello wordle123!'
}
}