Update Jenkinsfile

This commit is contained in:
A-hash-bit 2022-08-10 11:26:08 +05:30 committed by GitHub
parent 05c8a453ea
commit cb142a6092
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
Jenkinsfile vendored
View file

@ -1,9 +1,10 @@
pipeline{ pipeline{
agent any agent any
/*
tools{ tools{
maven "Maven3" maven "maven3"
} }
/*
triggers{ triggers{
cron("* * * * *") cron("* * * * *")
} }