Added Jenkinsfile
This commit is contained in:
parent
9215e86b56
commit
3c69fcecd0
|
@ -0,0 +1,10 @@
|
|||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Example Build') {
|
||||
steps {
|
||||
echo 'Hello World'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue