Update jenkinsfile

This commit is contained in:
peddiraju3122b 2023-01-06 09:10:43 +05:30 committed by GitHub
parent 0bd4cdd9d3
commit 64e7a3baf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,5 @@
pipeline{
agent{ label 'node4'}
agent any
stages{
stage('clone'){
steps{