Browse Source

Added Jenkinsfile

API
Suman Dutta 2 years ago
parent
commit
7c0dd07438
1 changed files with 1 additions and 6 deletions
  1. +1
    -6
      Jenkinsfile

+ 1
- 6
Jenkinsfile View File

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


Loading…
Cancel
Save