This commit is contained in:
parent
b8c3824889
commit
bef311216a
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -4,8 +4,11 @@ pipeline {
|
||||
stage('Hello') {
|
||||
steps {
|
||||
echo 'Hello World from app1 on Friday'
|
||||
ls -la
|
||||
pwd
|
||||
sh '''
|
||||
#!/bin/bash
|
||||
ls -la
|
||||
pwd
|
||||
'''
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user