2
All checks were successful
test/test-repo/pipeline/head This commit looks good

This commit is contained in:
Robert Vokac 2023-05-12 19:47:23 +02:00
parent 07ebde2576
commit 4ecce05150
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

4
Jenkinsfile vendored
View File

@ -3,8 +3,8 @@ pipeline {
stages {
stage('Hello') {
steps {
echo 'Hello World from app1'
echo 'Hello World from app1 on Friday'
}
}
}
}
}