Add sed command

This commit is contained in:
Jonathan Ervine 2020-12-30 00:28:34 +08:00
parent 2e1c0e42f8
commit 98f10a7cf9

2
Jenkinsfile vendored
View File

@ -27,7 +27,7 @@ spec:
stage('Build with Kaniko') {
git url: 'ssh://git@git.ervine.org/jonny/x86_64-suse-pocketmine.git', credentialsId: 'jenkins-to-git'
container('kaniko') {
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=true --destination=harbor.ervine.dev/public/x86_64/suse/pocketmine:3.17.2'
sh '/kaniko/executor -f `pwd`/Dockerfile -c `pwd` --cache=false --destination=harbor.ervine.dev/public/x86_64/suse/pocketmine:3.17.2'
}
}
stage('Notify gchat') {