Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 09:56:30 +00:00
parent 0bd74fa092
commit d72a06f005

6
Jenkinsfile vendored
View File

@@ -12,12 +12,6 @@ properties([
]) ])
]) ])
node {
stage('Checkout') {
checkout scm
}
}
pipeline { pipeline {
agent any agent any
stages { stages {