ci: try to disable shared library polling

This commit is contained in:
Anton Iakimov 2024-05-15 12:48:11 +02:00
parent 3c6d9238f8
commit 7f5785baf7
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
#!/usr/bin/env groovy #!/usr/bin/env groovy
library 'status-jenkins-lib@v1.8.8' library(identifier: 'status-jenkins-lib@v1.8.8', changelog: false)
pipeline { pipeline {
agent { label 'linux' } agent { label 'linux' }