Added Jenkinsfile
This commit is contained in:
commit
6d5d7909d8
11
Jenkinsfile
vendored
Normal file
11
Jenkinsfile
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
pipeline {
|
||||||
|
agent any
|
||||||
|
stages {
|
||||||
|
stage('') {
|
||||||
|
steps {
|
||||||
|
git(url: 'http://1.14.125.6:3000/wangyz/test001.git', branch: 'main')
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user