diff --git a/Jenkinsfile b/Jenkinsfile index dc6cbf0..4a50f37 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,11 +1,6 @@ node { - stage("Git Checkout"){ - - git credentialsId: '3af5981e-eb43-4b27-a774-e56d46eba935', url: 'https://github.com/WoodProgrammer/dockerJenkinsBlog' + stage("Echo"){ + sh "echo branch" } - stage("Build"){ - sh "docker build -t emirozbir/jdind:latest ." - } - }