Compare commits
4 Commits
4db28f2239
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c322eddf8a | ||
|
|
1ecf83cdc2 | ||
|
|
76eb6d0a93 | ||
|
|
4480608260 |
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
@@ -1,13 +1,13 @@
|
||||
pipeline {
|
||||
agent any // Or use 'dockerfile' if running in a container
|
||||
stages {
|
||||
stage('Checkout') {
|
||||
stage('Checkout-Jenkinsfile') {
|
||||
steps {
|
||||
// Checks out the source code from the configured Gitea SCM
|
||||
checkout scm
|
||||
}
|
||||
}
|
||||
stage('Clean') {
|
||||
stage('Clean-Jenkinsfile') {
|
||||
steps {
|
||||
//sh 'rm -rf build'
|
||||
echo "Building branch ${env.BRANCH_NAME}"
|
||||
@@ -27,6 +27,7 @@ pipeline {
|
||||
echo "Build project"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Test') {
|
||||
steps {
|
||||
// Run the executable to verify it works
|
||||
|
||||
Reference in New Issue
Block a user