Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-07-26 17:25:15 +05:30 committed by GitHub
parent aa67a59ddf
commit 811a92862e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -1,5 +1,5 @@
pipeline { pipeline {
agent none agent any
stages { stages {
stage('Maven Install') { stage('Maven Install') {