This commit is contained in:
fastjrun 2022-10-19 08:07:18 +08:00
parent add27dbe09
commit 70ec50f429
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ node {
)
}
stage('git chekout') {
git branch: "master", url: 'https://gitee.com/fastjrun/pi4images.git'
git branch: "master", url: 'https://gitee.com/pi4k8s/pi4images.git'
}
stage('dockerFile') {
dir('ansible'){

View File

@ -1,6 +1,6 @@
node {
stage('git chekout') {
git branch: "master", url: 'https://gitee.com/fastjrun/pi4images.git'
git branch: "master", url: 'https://gitee.com/pi4k8s/pi4images.git'
}
stage('dockerFile') {
dir('jenkins'){

View File

@ -1,6 +1,6 @@
node {
stage('git chekout') {
git branch: "master", url: 'https://gitee.com/fastjrun/pi4images.git'
git branch: "master", url: 'https://gitee.com/pi4k8s/pi4images.git'
}
stage('dockerFile') {
dir('php'){