Added Jenkinsfile
This commit is contained in:
parent
80dcedc5dc
commit
3c1b2e1401
1 changed files with 11 additions and 0 deletions
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
pipeline {
|
||||||
|
agent none
|
||||||
|
stages {
|
||||||
|
stage('') {
|
||||||
|
steps {
|
||||||
|
sh '''echo Test
|
||||||
|
'''
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue