This commit is contained in:
Venkatesh 2022-11-01 20:13:48 +05:30
parent d3dc7a75dc
commit bd479797a8

View file

@ -1,6 +1,6 @@
def call() {
pipeline {
agent { label 'JDK-11' }
agent any
stages {
stage('clone') {
steps {