JBunker/Jenkinsfile
alterdekim f25ca4a5d0
All checks were successful
gitea/JBunker/pipeline/head This commit looks good
jenkins init
2024-10-11 02:59:54 +03:00

10 lines
146 B
Groovy

pipeline {
agent any
stages {
stage('Build Project') {
steps {
build "JBunker"
}
}
}
}