a
Some checks failed
test/test-repo/pipeline/head There was a failure building this commit

This commit is contained in:
Robert Vokac 2023-05-12 20:03:42 +02:00
parent 4ecce05150
commit b8c3824889
No known key found for this signature in database
GPG Key ID: 693D30BEE3329055

2
Jenkinsfile vendored
View File

@ -4,6 +4,8 @@ pipeline {
stage('Hello') {
steps {
echo 'Hello World from app1 on Friday'
ls -la
pwd
}
}
}