Nosedive/Jenkinsfile
alterdekim 8c32573183
All checks were successful
gitea/Nosedive/pipeline/head This commit looks good
jenkins init
2024-10-04 20:20:48 +03:00

10 lines
147 B
Groovy

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