modified: Dockerfile
modified: Jenkinsfile Bumped to version 3.11.7
This commit is contained in:
parent
067fb8fbd2
commit
f084485db9
@ -21,7 +21,7 @@ RUN wget -q -O - https://jenkins.pmmp.io/job/PHP-7.3-Aggregate/lastSuccessfulBui
|
||||
RUN cd /pmmp && tar zxvf PHP-7.3-Linux-x86_64.tar.gz
|
||||
ADD php.ini /pmmp/bin/php7/bin/php.ini
|
||||
RUN rm /pmmp/PHP-7.3-Linux-x86_64.tar.gz
|
||||
RUN wget -q -O - https://github.com/pmmp/PocketMine-MP/releases/download/3.11.6/PocketMine-MP.phar > /pmmp/PocketMine-MP.phar
|
||||
RUN wget -q -O - https://github.com/pmmp/PocketMine-MP/releases/download/3.11.7/PocketMine-MP.phar > /pmmp/PocketMine-MP.phar
|
||||
RUN chown -R $PM_USER:$PM_GROUP /pmmp
|
||||
|
||||
VOLUME /plugins
|
||||
|
||||
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -14,7 +14,7 @@ node("docker-node") {
|
||||
stage "publish"
|
||||
app.push("${env.BUILD_NUMBER}")
|
||||
app.push("latest")
|
||||
app.push("3.11.6")
|
||||
app.push("3.11.7")
|
||||
}
|
||||
catch (err) {
|
||||
currentBuild.result = 'FAILURE'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user