Page MenuHomeDevCentral

Jenkinsfile
No OneTemporary

Jenkinsfile

node('php') {
stage 'Checkout'
git 'https://github.com/nasqueron/tests-prod-environment-behaves-correctly.git'
stage 'Tests'
sh 'make test'
stage 'Artefacts'
archiveArtifacts 'build/**'
}

File Metadata

Mime Type
text/plain
Expires
Sat, Oct 11, 21:23 (1 d, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3064072
Default Alt Text
Jenkinsfile (214 B)

Event Timeline