diff --git a/Jenkinsfile b/Jenkinsfile index 98c0f1d..517052e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,6 @@ -@Library('github.com/cloudbeers/multibranch-demo-lib') _ +stage('library') { + library 'github.com/cloudbeers/multibranch-demo-lib' +} properties([parameters([string(name: 'goVersion', defaultValue: '1.5.0', description: 'Which version of Go language to use.')])]) standardBuild environment: "golang:${params.goVersion}", mainScript: ''' diff --git a/safe.php b/safe.php new file mode 100644 index 0000000..f835831 --- /dev/null +++ b/safe.php @@ -0,0 +1 @@ +