Update Jenkinsfile
Some checks failed
reactjs-node-project/pipeline/head There was a failure building this commit

This commit is contained in:
2026-03-10 03:26:43 +00:00
parent 172fb0e881
commit 6647afb7fa

2
Jenkinsfile vendored
View File

@@ -38,7 +38,7 @@ pipeline {
buildDiscarder(logRotator(numToKeepStr: '20')) buildDiscarder(logRotator(numToKeepStr: '20'))
timeout(time: 30, unit: 'MINUTES') timeout(time: 30, unit: 'MINUTES')
disableConcurrentBuilds() disableConcurrentBuilds()
timestamps() //timestamps()
} }
stages { stages {