ci: add shebang to jenkinsfiles
This commit is contained in:
parent
07d037f2e1
commit
a6e6716311
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
/* Options section can't access functions in objects. */
|
/* Options section can't access functions in objects. */
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
/* Options section can't access functions in objects. */
|
/* Options section can't access functions in objects. */
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
/* Options section can't access functions in objects. */
|
/* Options section can't access functions in objects. */
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
/**
|
/**
|
||||||
* This job runs daily and executes `pod repo update` on MacOS
|
* This job runs daily and executes `pod repo update` on MacOS
|
||||||
* This is done to avoid issues with out of date repo causing errors like:
|
* This is done to avoid issues with out of date repo causing errors like:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env groovy
|
||||||
library 'status-jenkins-lib@v1.7.9'
|
library 'status-jenkins-lib@v1.7.9'
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
Loading…
Reference in New Issue