Page MenuHomeSoftware Heritage

swh-docker-dev.yaml
No OneTemporary

swh-docker-dev.yaml

- job:
name: swh-docker-dev
description: Build the swh/stack:latest image
node: built-in
scm:
- git:
url: https://forge.softwareheritage.org/source/swh-environment.git
branches:
- "*/master"
triggers:
- timed: "@midnight"
wrappers:
- timeout:
timeout: 30
abort: true
- timestamps
builders:
- shell: |
#!/bin/bash
cd docker
docker build --pull --no-cache -t swh/stack .
tox
publishers:
- archive:
artifacts: 'docker/**/*.logs'
allow-empty: true

File Metadata

Mime Type
text/plain
Expires
Tue, Aug 19, 12:11 AM (1 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3240959

Event Timeline