add a simple test
This commit is contained in:
10
automation/Jenkinsfile
vendored
Normal file
10
automation/Jenkinsfile
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
pipeline {
|
||||
agent { dockerfile true }
|
||||
stages {
|
||||
stage('Deployment') {
|
||||
steps {
|
||||
sh 'rsync -h'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user