mirror of
https://github.com/lxsang/antd-tunnel-publishers
synced 2024-11-15 01:28:20 +01:00
Update Jenkinsfile
This commit is contained in:
parent
226241ab2a
commit
97521d893e
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -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
|
||||||
//}
|
|
||||||
//}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user