diff --git a/ajayvv b/ajayvv new file mode 100644 index 0000000..a97a45e --- /dev/null +++ b/ajayvv @@ -0,0 +1,11 @@ +pipeline { + agent any + stages { + stage ('First Job') { + steps { + echo "Hello Ajay" + } + + } + } + } diff --git a/my-app/Jenkinsfile b/my-app/Jenkinsfile index 6ebdccf..36ebd07 100644 --- a/my-app/Jenkinsfile +++ b/my-app/Jenkinsfile @@ -11,6 +11,8 @@ pipeline { steps{ echo "PATH = ${M2_HOME}/bin:${PATH}" echo "M2_HOME = /opt/maven" + + } } stage('Build') {