messaround with jenkins file
This commit is contained in:
parent
84f42fc4aa
commit
07c710bd1d
9
Jenkinsfile
vendored
Normal file
9
Jenkinsfile
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
Jenkinsfile {
|
||||
stages {
|
||||
stage('deploy') {
|
||||
steps {
|
||||
echo 'hello deploy git loool'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user