jenkinsfile test 1

This commit is contained in:
s444417 2022-03-24 15:26:22 +01:00
parent 24b18662ee
commit 54108f2be7

2
Jenkinsfile vendored
View File

@ -1,6 +1,6 @@
node {
stage('Hello') {
echo "Hello"
echo "Hello123"
}
stage('Goodbye') {
echo 'Goodbye!'