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 {
agent {
node {
label 'git'
}
}
agent any
stages {
stage('git pull') {
steps {