Test hook

This commit is contained in:
Cezary Gałązkiewicz 2022-03-21 10:58:23 +01:00
parent 68f6510b91
commit a3b169c6fe
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ pipeline {
stages {
stage('Stage 1') {
steps {
echo 'Hello world! Some test text'
echo 'Hello world! Some test text - added text'
}
}
}