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

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

7
Jenkinsfile vendored
View File

@ -4,8 +4,11 @@ pipeline {
stage('Hello') {
steps {
echo 'Hello World from app1 on Friday'
ls -la
pwd
sh '''
#!/bin/bash
ls -la
pwd
'''
}
}
}