removed unnecessary checkout

This commit is contained in:
hllvc 2021-07-11 12:23:22 +02:00
parent caa1a1b4ca
commit a850cb8766

4
Jenkinsfile vendored
View file

@ -4,10 +4,6 @@ pipeline {
stages { stages {
stage('Clone Repo') {
checkout scm
}
stage('Build') { stage('Build') {
agent { agent {
dockerfile { dockerfile {