removed debug steps

This commit is contained in:
victorc 2024-09-10 11:22:40 +00:00
parent 6eb369fce7
commit 9a7ec262dd

4
Jenkinsfile vendored
View File

@ -28,10 +28,6 @@ spec:
stage('Build and Push Image with Kaniko') {
steps {
container('kaniko') {
sh 'ls -la /kaniko/.docker/'
sh 'echo ---'
sh 'ls -la /kaniko/.docker/*'
sh 'echo ---'
sh '/kaniko/executor --dockerfile=./Dockerfile --context=dir://. --destination=harbor.kubix.siatel.ro/builds/jenkins:${jenkinsTag}-plus'
}
}