nextcloud: add folder strukture
This commit is contained in:
parent
58212203c2
commit
f36c998bc3
14
nextcloud/jenkins/Jenkinsfile
vendored
Normal file
14
nextcloud/jenkins/Jenkinsfile
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
|
||||||
|
stages {
|
||||||
|
stage('Hello') {
|
||||||
|
steps {
|
||||||
|
sh '''
|
||||||
|
ls -lah
|
||||||
|
'''
|
||||||
|
echo 'Hello World'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user