Changes jenkinsfile name
Opengnsys/oglive-builder/pipeline/head There was a failure building this commit Details

no-apt-module
unizar 2023-07-19 15:54:36 +02:00
parent aa5563b0aa
commit bbef6a4e92
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages {
stage('Build') {
steps {
echo 'Jenkinsfile for ogagent'
echo 'Jenkinsfile for oglive-builder'
}
}
}