From b6245541250a00cef2c28b03525dd637c9ce3009 Mon Sep 17 00:00:00 2001 From: Brady-Malott <55215446+Brady-Malott@users.noreply.github.com> Date: Mon, 13 Feb 2023 21:25:55 -0500 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 53d5710..6625a27 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,13 +2,6 @@ pipeline { agent any stages { - - stage('Checkout') { - steps { - checkout scm - } - } - stage('Build') { steps { sh 'sudo docker build -t microblog:latest .'