Add sed command
This commit is contained in:
parent
2e1c0e42f8
commit
98f10a7cf9
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user