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:
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'''
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user