add Jenkinsfile
This commit is contained in:
parent
81eeccb395
commit
06f4ceaef6
10
Jenkinsfile.txt
Normal file
10
Jenkinsfile.txt
Normal file
@ -0,0 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Stage 1') {
|
||||
steps {
|
||||
echo 'Hello world!'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user