Skip to content

Commit 1f07664

Browse files
committed
Actualizando
1 parent 008d06e commit 1f07664

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Jenkinsfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,10 @@ pipeline {
5757
}
5858
}
5959
dir ('./.config') {
60-
git branch: 'master',
60+
git branch: 'kube-stage',
6161
credentialsId: 'jx-pipeline-git-bitbucket-bitbucket',
6262
url: 'https://[email protected]/techmindsmx/config-emailer.git'
6363
}
64-
sh "echo \$(ls -a)"
65-
sh "echo \$(ls -a .config)"
66-
//git branch: 'master',
67-
// credentialsId: 'jx-pipeline-git-bitbucket-bitbucket',
68-
// url: 'https://[email protected]/techmindsmx/config-emailer.git'
6964
container('gradle') {
7065
sh 'gradle clean shadowJar'
7166
sh 'export VERSION=`cat VERSION` && skaffold run -f skaffold.yaml'

0 commit comments

Comments
 (0)