'jenkins'
This commit is contained in:
parent
590671d610
commit
bc0d7f7154
BIN
README.odt
Normal file
BIN
README.odt
Normal file
Binary file not shown.
11
jenkinsfile.txt
Normal file
11
jenkinsfile.txt
Normal file
@ -0,0 +1,11 @@
|
||||
Jenkinsfile (Declarative Pipeline)
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('build') {
|
||||
steps {
|
||||
echo 'hello world'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user