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