Compare commits
2 Commits
76eb6d0a93
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c322eddf8a | ||
|
|
1ecf83cdc2 |
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -7,7 +7,7 @@ pipeline {
|
||||
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