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