cd: Added init file
All checks were successful
Woodburn Main/woodburn/pipeline/head This commit looks good
All checks were successful
Woodburn Main/woodburn/pipeline/head This commit looks good
This commit is contained in:
parent
7621296a6f
commit
7e03a31eae
14
Jenkinsfile
vendored
Normal file
14
Jenkinsfile
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Files') {
|
||||||
|
steps {
|
||||||
|
sh returnStdout: true, script: '''for file in *
|
||||||
|
do
|
||||||
|
echo $file
|
||||||
|
done'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user