Added Jenkinsfile

This commit is contained in:
Suman Dutta 2022-09-16 13:24:08 +00:00
parent 0ea0596026
commit 7c0dd07438

7
Jenkinsfile vendored
View File

@ -1,10 +1,5 @@
pipeline { pipeline {
agent { agent any
node {
label 'git'
}
}
stages { stages {
stage('git pull') { stage('git pull') {
steps { steps {