trigger check

This commit is contained in:
Kamil Paprota 2020-04-03 11:28:54 +02:00
parent e9632d9a29
commit 90e4bc84db

1
Jenkinsfile vendored
View File

@ -5,6 +5,7 @@ pipeline {
stage('Hello') {
steps {
echo 'Hello World'
echo 'Trigger Check'
}
}
}