Compare commits

...

1 Commits

Author SHA1 Message Date
Robert Vokac
ed879377fb
a
All checks were successful
test/test-repo/pipeline/head This commit looks good
2023-05-12 20:43:39 +02:00

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
stages { stages {
stage('Hello') { stage('Hello') {
steps { steps {
echo 'Hello World from app1 on Friday 3' echo 'Hello World from app1 on Friday 4'
sh ''' sh '''
#!/bin/bash #!/bin/bash
ls -la ls -la