Update Jenkinsfile

This commit is contained in:
Nana Janashia
2021-03-21 08:55:14 +00:00
parent 9fb3cfce01
commit 997013ad3f

9
Jenkinsfile vendored
View File

@@ -14,12 +14,15 @@ properties([
])
])
pipeline {
agent any
stages {
node {
stage('Checkout') {
checkout scm
}
}
pipeline {
agent any
stages {
stage('test') {
steps {
script {