Update Jenkinsfile

This commit is contained in:
Dany LE 2022-08-02 09:07:35 +02:00 committed by GitHub
parent 226241ab2a
commit 97521d893e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Jenkinsfile vendored
View File

@ -43,13 +43,13 @@ pipeline{
make make
DESTDIR=$WORKSPACE/build make install DESTDIR=$WORKSPACE/build make install
''' '''
//script { script {
// only useful for any master branch // only useful for any master branch
//if (env.BRANCH_NAME =~ /^master/) { //if (env.BRANCH_NAME =~ /^master/) {
// archiveArtifacts artifacts: 'build/', fingerprint: true archiveArtifacts artifacts: 'build/', fingerprint: true
//}
//} //}
} }
} }
} }
} }
}