Update Jenkinsfile

This commit is contained in:
Dany LE
2022-08-02 09:07:35 +02:00
committed by GitHub
parent 226241ab2a
commit 97521d893e

6
Jenkinsfile vendored
View File

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