jenkinsfile test 3

This commit is contained in:
s444417 2022-03-24 16:01:34 +01:00
parent f4056d61e0
commit cccd792840

2
Jenkinsfile vendored
View File

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