Merge pull request 'Add Jenkinsfile for CI/CD pipeline setup, including build, test, package, and deployment stages.' (#3) from add-ci into main
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
Some checks failed
rock-paper-scissors/pipeline/head There was a failure building this commit
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,5 +1,10 @@
|
||||
pipeline {
|
||||
agent any
|
||||
|
||||
tools {
|
||||
jdk 'jdk25'
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('Compilation') {
|
||||
steps {
|
||||
|
||||
Reference in New Issue
Block a user