mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 01:18:21 +01:00
Update Jenkinsfile
This commit is contained in:
parent
14b72ef425
commit
19a8610f1c
11
Jenkinsfile
vendored
11
Jenkinsfile
vendored
@ -42,17 +42,6 @@ pipeline{
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Build demo') {
|
||||
steps {
|
||||
sshCommand remote: remote, command: '''
|
||||
set -e
|
||||
export WORKSPACE=$(realpath "./jenkins/workspace/antos")
|
||||
cd $WORKSPACE
|
||||
export BUILDDIR="/home/dany/docker/antos/htdocs/os"
|
||||
make
|
||||
'''
|
||||
}
|
||||
}
|
||||
stage('Build release') {
|
||||
steps {
|
||||
sshCommand remote: remote, command: '''
|
||||
|
Loading…
Reference in New Issue
Block a user