Update Jenkinsfile

This commit is contained in:
ametgud4u 2023-08-23 21:09:20 +05:30 committed by GitHub
parent e9284f636b
commit 8b4111ed08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View file

@ -1,5 +1,8 @@
pipeline { pipeline {
agent { label 'kmaster' } agent { label 'kmaster' }
triggers {
pollSCM '* * * * *'
}
stages { stages {
stage('SCM') { stage('SCM') {
steps { steps {